Home

Awesome

TodoMVC example

Live demo

This is a fully spec compliant TodoMVC example - written in NX.

It is built without a bundler, using old school script and link tags only. If you are interested in a larger bundled app, check out the Intro app or the Hacker News clone.

Usage

Clone the repo and run npm i and npm start. The npm start command bundles the source and starts a local server. The demo is exposed on localhost:3000.

Project structure

The project is structured in the following way.