- Uses mocked backend data
- Displays the weather for a today/3-days/5-days
- You can filter by the city
cd zvrappnpm installnpm start- Open http://localhost:8080 in your browser.
- Single run:
npm run build - Build files and watch:
npm run watch
- Single run:
npm test - Live mode (TDD style):
npm run test-watch