Infinite Red's battle-tested React Native project boilerplate, along with a CLI, component/model generators, and more!
Ignite is a battle-tested React Native boilerplate that has gained popularity among developers. It has been developed by the Infinite Red team over the course of seven years and is widely used for building client apps. Developers who use Ignite report that it saves them a significant amount of time at the beginning of their React Native projects.
To install Ignite, follow these steps:
npm install -g ignite-cli
ignite new <project-name>
Replace <project-name> with the desired name of your project.
4. Follow the prompts to customize your project setup.
5. After the project is created, navigate into the project directory by running:
cd <project-name>
ignite start
This will launch your Ignite project and you can start building your React Native app.
Ignite is a battle-tested React Native boilerplate that has been developed by the Infinite Red team over several years. It saves developers significant time at the beginning of their React Native projects and is compatible with both Expo and bare React Native. Ignite provides a range of proven technical decisions out of the box, allowing developers to start building their apps quickly and efficiently.