ToDoMVC implementation on $mol
- Install VSCode plugins
- Update NodeJS to LTS
- Clone MAM
git clone https://github.com/hyoo-ru/mam && cd mam
- Install the dependencies
npm install
- Start dev server
npm start
and openhttp://127.0.0.1:9080/hyoo/todomvc
Note that the single development server provides automatic build of any application from the MAM-ecosystem on request. All the supported applications are shown at the index page at http://127.0.0.1:9080
.