https://github.com/fflorent/grainjs_todolist
Exercise for myself with grainjs
https://github.com/fflorent/grainjs_todolist
Last synced: about 1 year ago
JSON representation
Exercise for myself with grainjs
- Host: GitHub
- URL: https://github.com/fflorent/grainjs_todolist
- Owner: fflorent
- License: mit
- Created: 2023-05-08T18:02:57.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-09T12:29:43.000Z (about 3 years ago)
- Last Synced: 2025-01-15T10:02:20.834Z (over 1 year ago)
- Language: JavaScript
- Size: 86.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple TodoList (an exercise for myself)
## Open the todo list
The TODO list is located at: `./dist/index.html`
## Setup
```bash
$ npm install
```
## Build
One shot:
```
$ npm run build:dev
```
Watch mode:
```
$ npm run build:watch
```