create component & landing page using react js & redux
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
To run a web using webpack
npm run dev
To build new asset using webpack
npm run prod
- if you want to see our apps this link
- if you want to know current component in this project you can open our documentation