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
- Material UI
- Page routing
- SASS modules
- multi language support
- axios HTTP client
- Redux + Redux Thunk
- Recharts
- Jest + enzyme
- PropTypes
Usage
Recommended, but not required, is to install e.GO CLI:
# on some system, 'sudo' may be used
# to execute the command
npm install -g ego-cli
To execute the generator, run one of the following commands:
# if e.GO CLI is installed
ego create react-app
# the common way
npx @egodigital/create-react-app
License
React Web Creator is licensed as MIT.