Skip to content
This repository has been archived by the owner on Jan 4, 2022. It is now read-only.

Latest commit

 

History

History
20 lines (14 loc) · 316 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 316 Bytes

child-care

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