Starter repository for developing React front-end apps.
Bootstrapped with Create React App with addition of own flavor's to reduce initial boilerplate and solve common problems.
Following software is required to be installed to use this repo:
yarn install
- will run and configure everything for you
yarn start
- runs the app in the development mode @ http://localhost:3000yarn storybook
- runs component documentation in the development mode @ http://localhost:6006/
yarn lint
- analyze code and report problemsyarn lint:types
- check type errorsyarn lint:fix
- fix code problems, if unable will report themyarn i18n
- extract translations from codeyarn test
- run unit testsyarn eject
- unpackreact-scripts
in to the project more information- Note: this is a one-way operation.
yarn build
- builds the app for production to thebuild
folder more informationyarn build-storybook
- builds documentation can be served over static web server