The [SAP Luigi](https://luigi-project.io/) template for [Create React App](https://github.com/facebook/create-react-app)
The SAP Luigi template for Create React App
To use this template within your project, add --template @luigi-project/luigi-microfrontend when creating a new app.
For example:
``sh
npx create-react-app my-app --template @luigi-project/luigi-microfrontend
yarn create react-app my-app --template @luigi-project/luigi-microfrontend
``