gensakusiya / rr-test

Simple React and Redux application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React and Redux test application

Flights select widget

Run

yarn install && yarn start - for start on localhost:8000

Scripts section

yarn install - install all dependencies

yarn build - build client app

yarn start - run local app at http://localhost:8000 with watching for changes

yarn test - run unit tests (only reducers and actions)

yarn test-coverage - run unit tests with printing code coverage reports

About

Simple React and Redux application


Languages

Language:JavaScript 86.4%Language:CSS 11.5%Language:HTML 2.1%