Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 283 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 283 Bytes

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