This project was generated with cle apps template
Install the project:
npm install
Run the project in development on port 4200:
npm start
Build the project:
npm build
Test locally the production build on port 4200:
npm run test-build
-
The .terserrc is required in production, shuld not be changed / removed to work properly. It prevent the "$" mangling during minifaction
-
Static file location and handling should be manually configured