@pcapanna/cra-template-zweb

0.5.2 • Public • Published

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:

Package Sidebar

Install

npm i @pcapanna/cra-template-zweb

Weekly Downloads

0

Version

0.5.2

License

MIT

Unpacked Size

120 kB

Total Files

66

Last publish

Collaborators

  • pcapanna