cra-template-imaginelearning

The official Imagine Learning template for Create React App


Keywords
react, create-react-app, template, typescript, redux, reduxjs, react-redux, redux-observable, rxjs
License
MIT
Install
npm install cra-template-imaginelearning@0.2.0

Documentation

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:

  • Getting Started – How to create a new app.
  • User Guide – How to develop apps bootstrapped with Create React App.