Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 903 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 903 Bytes

Hackathon

This project was generated with angular-cli version 1.0.0-beta.28.3.

Pre-conditions

First you should install git(console or desktop app), to be able to clone this project... In purpose of validating PWA, you should use Lighthouse plugin(browser or node.js). check https://developers.google.com/web/tools/lighthouse/

Code editor(advice)

For best performances and clean coding we suggest you to use: https://code.visualstudio.com/

Project Installation steps

  1. node.js & npm, check: https://nodejs.org/en/download/
  2. angular-cli, run: "npm install -g angular-cli@latest"
  3. clone this project
  4. run: "npm install"
  5. run: "ng serve" (for development) or "ng serve --prod" (for validating PWA in production)

When your project is finished, ask mentors for team-repository URL so you could commit and deploy your application.

Happy coding!