Skip to content

theweatherapp/frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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