@o3world/generator-react-project
v1.0.9
Published
generates boiler plate typescript react project with a11y components and storybook.
Downloads
3
Readme
generator-react-project
generates boiler plate typescript react project with a11y components and storybook.
Generated project will include:
- Typescript & React 18
- Styled with css modules
- A11y approved starter components
- Storybook
- Eslint with our o3 standards applied
- Stylelint with our o3 standards applied
- VSCode Settings and Extensions
Installation
- Install Yeoman globally
npm install -g yo
- Package use
- install package globally.
npm install -g @o3world/generator-react-project
- Within the folder you wish to generate your theme in. run
yo @o3world/generator-react-project
- install package globally.
Then generate your new project:
NOTE: run the generator in the folder you wish for the generator to generate project in.