0.0.12 • Published 4 years ago
cra-template-statex v0.0.12
cra-template-statex
This is the statex template for Create React App.
To use this template, add --template statex
when creating a new app.
For example:
npx create-react-app my-app --template statex
# or
yarn create react-app my-app --template statex
TypeScript
npx create-react-app my-app --template statex-typescript
# or
yarn create react-app my-app --template statex-typescript
For more information, please refer to:
- Create React App - Getting Started – How to create a new app.
- StateX - Getting Started – How to develop apps with StateX.