Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 302 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 302 Bytes

To run locally:

npm run app

To build for production:

npm run build:prod

To configure the app base path, a.k.a webpack publicPath:

npm run app -- --env.basePath=foo
npm run build:prod -- --env.basePath=foo