- Install dependencies
npm i
- Start demo project
npm start
- Build demo
npm run build
- Run in prod mode
npm run serve:ssr
- When building the demo, if you're dynamically loading json files, the file's url should be absoulted, not relatived, like
http://localhost:4200/assets/localization/en/translations.json
. At that time, the url is can be accessed before building.