Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 754 Bytes

readme.md

File metadata and controls

26 lines (21 loc) · 754 Bytes

This project covers following;

-Production packaging
-i18n which in src/assets/i18n folder.
-Testing
-Loading Indicator
-Http Requests
-Demo Services
-Constants
-Routes
-Route Guards (if somebody not logged in, restrict some route etc.)
-Basic Directive (for shortening css loading indicator)

To run this project on your local;

run npm install from command line. *It will also install typings automatically.

To preview

run npm start for preview. *You just should open http://localhost:8080 from your browser.(I'll be fixed for auto browsing.)

To build for production

run npm run build and look into dist folder.

To test

run npm test will run the unit tests with karma.