This is an implementation of TodoMVC built using:
Requirement:
- NodeJS 4+
Install dependencies:
npm install
npm start
Visit http://localhost:8000/.
Note: This will run the pre-built JavaScript files, if you want to play around with the source you need to run the development server with webpack dev server (See below).
Run webpack dev server (for assets):
npm run start
Visit http://localhost:8000/.
To run tests, use:
npm test