Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jin committed Dec 28, 2022
2 parents d5add32 + 38b6ed7 commit 2d1876a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# 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`.

0 comments on commit 2d1876a

Please sign in to comment.