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 clone
cd mern-todoList
npm install
cp .env.example .env
npm run dev
This 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 create
git push heroku master