https://github.com/alwarg/local-task-manager
https://github.com/alwarg/local-task-manager
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/alwarg/local-task-manager
- Owner: AlwarG
- Created: 2021-02-19T11:32:06.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-23T13:23:57.000Z (over 5 years ago)
- Last Synced: 2025-05-13T17:16:30.758Z (about 1 year ago)
- Language: JavaScript
- Size: 862 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# local-task-manager
The tool which can be used to manage your tasks locally. It is available [here.](https://alwarg.github.io/local-task-manager/)
#### Note
It uses only the browser local storage instead of storing your data in some other places(thirdparty DB).
## CLI Commands
``` bash
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# test the production build locally
npm run serve
# run tests with jest and enzyme
npm run test
```
For detailed explanation on how things work, checkout the [CLI Readme](https://github.com/developit/preact-cli/blob/master/README.md).