Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 707 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 707 Bytes

Weather App

Screenshot

Project setup

Install npm dependencies npm i Create .env then visit Open weather map API, create an account and paste your api key in the .env file👇

API_KEY=myApiKey

Run the project

Comand Action
npm run build Build all the assets in ./src to ./public
npm run watch Watch for changes in the ./src
npm run serve Serve under http-server on localhoost:8080

Set the dev environment to development in the webpack.config.js