Todos with Node.js
Background
This project was created to learn about Node.js.
Getting Started
Requirements
- Install Node.js 4.0 or newer.
Installation
- git clone https://github.com/urbanvikingr/todos-nodejs.git
- cd todos-nodejs
- run
npm install
To run the app
- run
npm start
- open browser and enter
http://localhost:9001/
To test
- run
npm test
to execute unit tests
References
Node.js and Express
Node.js and Express handles the server side for this app.