Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hyoo-ru/todomvc.hyoo.ru
- Owner: hyoo-ru
- License: mit
- Created: 2020-02-06T20:10:52.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-21T07:09:37.000Z (9 months ago)
- Last Synced: 2024-06-05T04:44:02.211Z (8 months ago)
- Topics: mam, mol
- Language: TypeScript
- Homepage: https://todomvc.hyoo.ru
- Size: 5.34 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.