Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matuzalemsteles/metal-todo-list
Simple TodoList for a presentation of Metal.js
https://github.com/matuzalemsteles/metal-todo-list
Last synced: 29 days ago
JSON representation
Simple TodoList for a presentation of Metal.js
- Host: GitHub
- URL: https://github.com/matuzalemsteles/metal-todo-list
- Owner: matuzalemsteles
- License: other
- Created: 2017-12-06T16:30:06.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-06T16:30:21.000Z (about 7 years ago)
- Last Synced: 2024-11-06T02:17:52.642Z (3 months ago)
- Language: JavaScript
- Homepage: https://www.slideshare.net/MatuzalmTeles/metaljs-83498111
- Size: 112 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-metaljs - Simple TodoList
README
# metal-todo-list
Todolist with Metal and Soy
## Setup
1. Install NodeJS >= v0.12.0 and NPM >= v3.0.0, if you don't have it yet. You
can find it [here](https://nodejs.org).2. Install local dependencies:
```
npm install
```3. Build the code:
```
npm run build
```4. Start the demo server:
```
npm run start
```5. Open the demo at http://localhost:4000/demos in your browser.
## Contribute
We'd love to get contributions from you! Please, check our [Contributing Guidelines](CONTRIBUTING.md) to see how you can help us improve.