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

https://github.com/sbeator/stencil-project


https://github.com/sbeator/stencil-project

Last synced: 8 days ago
JSON representation

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
```