This is a boilerplate TodoList using the following technologies:
- React and Redux for the frontend
- Express and Mongoose for the backend
- Bootstrap 3.3.7 for UI
git clonecd mern-todoListnpm installcp .env.example .envnpm run devThis app is ready to deploy on heroku server
Sign in to Heroku account
In the root of the project
git add .git commit -m "deploy to heroku"heroku login - Enter your Heroku credentials.heroku creategit push heroku master