Search for forecast the weather. Using fetch and weatherapi.
- HTML
- SCSS
- JavaScript
- Webpack
- ESLint + Airbnb JavaScript Style Guide
- Prettier
-
Clone the repo
-
Install the required dependencies by using:
npm install
-
Start the Dev server:
npm start
-
Distribution files can be produced using:
npm run build