@egodigital/create-react-app
v0.23.0
Published
Generator, that creates and setup a new React web app.
Downloads
35
Readme
@egodigital/create-react-app
Generator, that creates and setup a new React web app, with a lot of benefits:
- TypeScript support
- Debugging in Visual Studio Code
- Material UI
- Page routing
- SASS modules
- multi language support
- axios HTTP client
- Redux + Redux Thunk + DevTools
- Recharts
- Jest + enzyme
- PropTypes
Usage
To execute the generator, run one of the following commands:
npx github:egodigital/create-react-app my-new-appThe following arguments are supported:
| Name | Alias | Description | Example |
|--------------|-------|-------------|---------|
| force | f | Overwrite existing project. | -f |
| git-init | g | Automatically initializes a git repository for the project. | -g |
| vscode | v | Automatically open Visual Studio Code after project has been created. | -v |
License
React Web Creator is licensed as MIT.
