A web app to be used at Gangplanks to welcome people coming into the space
Get people to
- Share what they're working on
- Sign in with email address
- Bonus: Take a picture
These are the technologies/tools being used
- Old Desktop with Ubuntu
- Node.js
- The code from this project (Node.js web app, React.js)
- Sendgrid
- Database to store data? Maybe? Or just CC a group of people with new sign up data?
To run this locally you need to have:
- Node.js / NPM
- Git
git clone https://github.com/gangplank/Gangplank-Welcome-Signup-Webapp.git
cd Gangplank-Welcome-Signup-Webapp
npm install
npm start
Then you should have the server running:
> node server.js
==> Listening on port 3000. Open up http://localhost:3000/ in your browser.
webpack built c3c7a83174c71fab3466 in 13057ms