An open API service indexing awesome lists of open source software.

https://github.com/alwarg/local-task-manager


https://github.com/alwarg/local-task-manager

Last synced: about 1 year ago
JSON representation

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).