WendellAdriel / react-redux-weather-app

Simple weather app using React and Redux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React and Redux Weather App

Simple weather app using React and Redux

How to use

  • Clone this repo and enter it

  • Install the dependencies

yarn
  • Enter the src/config folder and copy the index.js.example file to index.js file
cp index.js.example index.js

Commands available

  • To run the app in development mode use
yarn serve:dev
  • To run the tests use
yarn test
  • To run the tests in watch mode use
yarn test:watch

About

Simple weather app using React and Redux


Languages

Language:JavaScript 90.4%Language:HTML 6.6%Language:CSS 3.0%