0.2.0 • Published 3 years ago

cra-template-imaginelearning v0.2.0

Weekly downloads
2
License
MIT
Repository
github
Last release
3 years ago

cra-template-imaginelearning

The official Imagine Learning template for Create React App. Based off of the official Redux+TS template.

Includes TypeScript, React Router, Redux, Redux Toolkit, React Redux, RxJS, and Redux Observable.

To use this template, add --template imaginelearning when creating a new app.

For example:

npx create-react-app my-app --template imaginelearning

# or

yarn create react-app my-app --template imaginelearning

This template uses public packages hosted through GitHub Package Registry (GPR). Currently, GPR requires an acces token even if the packages are publicly available. Be sure you've properly configured npm or Yarn with your personal access token before using this template.

For more information, please refer to: