Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/liferay-labs-br/metal-todo-list
simple todo-list made with MetalJS
https://github.com/liferay-labs-br/metal-todo-list
Last synced: 2 months ago
JSON representation
simple todo-list made with MetalJS
- Host: GitHub
- URL: https://github.com/liferay-labs-br/metal-todo-list
- Owner: liferay-labs-br
- License: other
- Created: 2017-09-22T17:32:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-19T03:33:56.000Z (over 7 years ago)
- Last Synced: 2024-08-04T13:01:21.699Z (6 months ago)
- Language: JavaScript
- Homepage: https://ui-todolist.wedeploy.io
- Size: 1.09 MB
- Stars: 1
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-metaljs - TodoList with WeDeploy
README
# metal-todo-list
My awesome Metal.js project
## 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.