https://github.com/dewmal/praectjs-tailswindcss-mobx
https://github.com/dewmal/praectjs-tailswindcss-mobx
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dewmal/praectjs-tailswindcss-mobx
- Owner: dewmal
- Created: 2021-03-11T17:14:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-11T17:28:50.000Z (over 5 years ago)
- Last Synced: 2024-04-14T21:17:08.877Z (over 2 years ago)
- Language: JavaScript
- Size: 405 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# webui
## 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).