- Set env Variables EMAIL_HOST, EMAIL_USER, EMAIL_PASS, EMAIL_PORT, APP_HOST, MONGODB_URI, NODE_ENV
Start Mongo mongod --dbpath <PATH_TO_YOUR_DB_FILE>
Start the server: npm start
Start the client: cd client npm start
To deploy in heroku simply connect the repo on the github tab and deploy the master branch
Mine is deployed here: https://nico-react-boilerplate.herokuapp.com/