Skip to content

realdreamer/react-redux-weather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React-Redux-Weather-App

Install / Start up an application

$ npm install or yarn install
$ npm start or yarn start

Test

To run tests

$ npm test or yarn test

To check unit-test code coverage

$ npm run test:coverage or yarn run test:coverage