Skip to content

Latest commit

 

History

History
59 lines (43 loc) · 791 Bytes

README.md

File metadata and controls

59 lines (43 loc) · 791 Bytes

The Weather App

Weather app that uses WeatherStack API.

Pages

Data Layer

Components

App

App is running on GitHub Pages at theweatherapp.github.io

Installation

  git clone https://github.com/theweatherapp/frontend.git
  cd frontend
  npm install

Commands

Start dev server

  npm start

Production Build

  npm run build

Analyze

Builds and generates source-map, launches analyzer

  npm run analyze

Serve

  npm run build
  npm run serve

Test

  npm test

Stack

  • React Framework
  • Sass
  • Webpack as bundler
  • Cypress as testing tool
  • @otag/disk as localStorage broker