1.0.0 • Published 2 years ago

cra-template-moduleflow v1.0.0

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

cra-template-moduleflow

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: