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
To execute the generator, run one of the following commands:
npx github:egodigital/create-react-app my-new-app
The 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 |
React Web Creator is licensed as MIT.