Download the backend project : https://github.com/sabulous/to-do-app
- Clone or download .zip of the project.
- Go to folder in which
package.jsonresides. - Type the following in the terminal to install and run the project:
$ npm install
$ npm startThe command above runs the app in the development mode.
- Open http://localhost:3000 to view it in the browser.