- Clone or copy this repository
npm install
- Change the DB name in
src/server/config.js
npm run dev
- Go to
http://localhost:3000
- We're using parcel.js to bundle our javascript files (as well as scss)
- Additionally, we use babel to transform our code
This setup is ready to deploy to Heroku. Simply connect your github repository to Heroku and trigger a deployment or activate automatic deployments.
Do not forget to install the mlab plugin in Heroku.