Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 300 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 300 Bytes

pwa-backoffice

Run the application

# install dependencies
npm install

# serve for development at localhost:8082
npm run dev

# build for production with minification
npm run build:prod

# build for staging with minification
npm run build:staging

# run linting tool
npm run lint