1.0.4 • Published 6 years ago
cra-template-inversify v1.0.4
cra-template-inversify
This is a fork of cra-template-typescript. The template app uses inversify and inversify-constructor-injection to allow dependency injection into class constructors and into function based components.
To use this template, add --template inversify and --scripts-version react-scripts-inversify when creating a new app.
For example:
npx create-react-app my-app --scripts-version react-scripts-inversify --template inversifyalternatively
npx create-react-app-inversify my-appFor more information, please refer to:
- Getting Started – How to create a new app.
- User Guide – How to develop apps bootstrapped with Create React App.