/rr-test

Simple React and Redux application

Primary LanguageJavaScript

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