The code moved to https://github.com/gnosis/safe-apps-sdk/tree/master/packages/cra-template-safe-app ➡️
This CRA template provides an easy start to the Gnosis Safe App development.
- Create a new React app using this template
npx create-react-app my-safe-app --template @gnosis.pm/cra-template-safe-app
- Open your new app
cd my-safe-app
- Follow the README of your Safe app
Based on a starter app written by Kris Urbas (@krzysu).
The code in this repository is available under the MIT License.