https://github.com/sbeator/stencil-project
https://github.com/sbeator/stencil-project
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sbeator/stencil-project
- Owner: SBeator
- Created: 2018-08-20T14:16:06.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-20T14:18:17.000Z (almost 8 years ago)
- Last Synced: 2025-07-21T11:49:54.048Z (11 months ago)
- Language: JavaScript
- Size: 151 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# stencil-project
Stencil project
Please start your work from this project
## Build Setup
``` bash
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for prod/uat/dev with minification
npm run build:prod
npm run build:uat
npm run build:dev
# build for production and view the bundle analyzer report
npm run build:prod --report
npm run build:uat --report
npm run build:dev --report
```