@pcapanna/cra-template-zweb
v0.5.2
Published
Advanced ZWeb Module template for Create React App.
Downloads
25
Maintainers
Readme
cra-template-zweb
This is ZWeb base template for Create React App.
This templates extends react-sripts official typescript template. Adds support for:
- redux,
- redux-sagas,
- react-router,
- @material-ui/core
- @material-ui/styles
- @material-ui/pickers,
You should add manually this dependencies:
- zweb-auth-common,
- zweb-repositories-common
Basic app initialization and customization. ExampleScreen shows how to make a standard ZWeb Screen with react latest.
To use this template, add --template @pcapanna/cra-template-zweb
when creating a new zweb compatible app.
For example:
npx create-react-app new-zweb-module --template @pcapanna/cra-template-zweb
#or
yarn create react-app new-zweb-module --template @pcapanna/cra-template-zweb
For more information, please refer to:
- Getting Started – How to create a new app.
- User Guide – How to develop apps bootstrapped with Create React App.