Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.53 KB

README.md

File metadata and controls

31 lines (21 loc) · 1.53 KB

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: