Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hyoo-ru/todomvc.hyoo.ru

ToDoMVC implementation on $mol
https://github.com/hyoo-ru/todomvc.hyoo.ru

mam mol

Last synced: about 2 months ago
JSON representation

ToDoMVC implementation on $mol

Awesome Lists containing this project

README

        

# todomvc.hyoo.ru
ToDoMVC implementation on $mol

## How to run

1. Install VSCode plugins
- [EditorConfig](https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig)
- [vscode-language-tree](https://marketplace.visualstudio.com/items?itemName=nin-jin.vscode-language-tree)
2. Update NodeJS to LTS
3. Clone MAM `git clone https://github.com/hyoo-ru/mam && cd mam`
4. Install the dependencies `npm install`
5. Start dev server `npm start` and open `http://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`.