Package Exports
- @egodigital/create-react-app
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@egodigital/create-react-app) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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-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 |
License
React Web Creator is licensed as MIT.