Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 529 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 529 Bytes

Web Tv App - Cle.js Framework

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

Notes

  • 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