Skip to content

Latest commit

 

History

History
60 lines (41 loc) · 880 Bytes

README.md

File metadata and controls

60 lines (41 loc) · 880 Bytes

MERN- todoList

This is a boilerplate TodoList using the following technologies:

Running

git clone
cd mern-todoList
npm install
cp .env.example .env

Production mode:

npm run dev

Development

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