Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 385 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 385 Bytes

Weather search by location

To run the app:

  1. Clone this repo into your local machine
  2. run npm install inside the root directory
  3. run npm run start to the see the project in the browser

Note:

  • The project is only using HTML, CSS and Typescript
  • lite-server is used to help Typescript with modules
  • To update the code, use the command npm run build or npm run build:watch