The moduleflow template for Create React App, intended to be used in conjuction with moduleflow-react-scripts. Built upon the official Redux+TS CRA template.
To use this template within your project, add --template moduleflow
when creating a new app.
For example:
npx create-react-app my-app --template moduleflow
# or
yarn create react-app my-app --template moduleflow
Cloning this repo pulls down the moduleflow template only; not a bundled and configured Create React App.
For more information on Create React App, please refer to:
- Getting Started – How to create a new app.
- User Guide – How to develop apps bootstrapped with Create React App.