Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 436 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 436 Bytes

fancy-weather

  • npm install - install dependencies
  • npm run lint - use ESLint
  • npm run build - compile into webpack (compiled files are in "./dist" folder)
  • npm run watch - start live server and compile on changes
  • npm run test - use unit test

P.S. Some of the api services get pretty slow at times, especially in the morning and around 7pm. If app doesn't seem to load, just be patient, my personal record is about 70 seconds.