This project was generated with Angular CLI version 6.0.0 and @angular/pwa.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng build --prod
to build the project. The build artifacts will be stored in the dist/
directory.
Run cd dist/hn1
to enter the project folder.
Install Lite-server npm install -g lite-server
, and run lite-server
. The application will open in your browser.
The login service is not connected to any service. It only saves the user id in the Login page submit, to the localstorage, for mock-up only.
The submits and replies features are not implemented, for mock-up only. Same for Hide and Favorite features in Item page.
The service workers that boost the loading for Progressive Web Apps only load at https servers.