This is the weather application boilerplate wrirrent in Angular 5
- Go to project and install dependencies suing the below code
npm install
- Run development server using
npm start
, and open localhost:4200 in your browser:
This is the weather application boilerplate wrirrent in Angular 5
TypeScriptMIT