Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 1.14 KB

README.md

File metadata and controls

52 lines (32 loc) · 1.14 KB

ShortListingLandingPage

CircleCI codecov

create component & landing page using react js & redux

Testing & Linter Directory layout

There are one components to test

To run the unit test, you can execute.

npm run test

To run the linter, you can execute.

npm run lint

If you want to run storybook, you can execute

npm run storybook

How to

Run web development

To run a web using webpack

npm run dev

Build asset

To build new asset using webpack

npm run prod

Current Apps