@decafhub/decaf-react-webapp
v0.5.0
Published
Collection of UI Components and themes for Decaf Apps
Readme
@decafhub/decaf-react-webapp
Install
Install @decafhub/decaf-react-webapp along with its peer dependencies:
npm install --save @decafhub/decaf-react-webapp @decafhub/decaf-react @decafhub/decaf-client antd @ant-design/icons react react-dom use-query-paramsUsage
See the App.tsx file in the example folder file for detailed usage.
Development
- Clone the repository.
- Install dependencies with
npm install. - Run
npm run startto start the development server. - cd into
example- run
yarn install - duplicate
.env.exampleto.env - run
yarn startto start the example application.
- run
- Open http://localhost:3000/webapps/react-webapp-example/development/ in your browser.
