You can find the full tutorial on CodeHandbook.
- Clone the above repository.
git clone https://github.com/jay3dec/NodeTaskApp
- Navigate to the project repository and install the dependencies.
cd NodeTaskApp
npm install
- Point your browser to
http://localhost:3000
and you should have the app running.