- npm
- git or github desktop
- (Optional but nice to clone project easily)
Make sure you have all of the required dependencies (listed above).
Clone the repository using git or github. Alternatively you can download it as a zip file and unzip it.
Use cd
to get into your project directory. Then use:
npm install
to install all of the project dependencies.
Start the project with:
npm start
By default it will be running on port 3000, so you can test that it works via:
curl localhost:3000/todos