https://github.com/ngduc/we-skate
https://github.com/ngduc/we-skate
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ngduc/we-skate
- Owner: ngduc
- Created: 2017-12-18T12:27:37.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-18T12:29:18.000Z (over 8 years ago)
- Last Synced: 2025-01-02T19:52:36.749Z (over 1 year ago)
- Language: JavaScript
- Size: 222 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# {{ name }}
## 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
```
For detailed explanation on how things work, checkout the [CLI Readme](https://github.com/developit/preact-cli/blob/master/README.md).