How to install infinitered/ignite. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
infinitered/ignite Installation Guide
How to install infinitered/ignite. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for infinitered/ignite. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i infinitered/igniteor
Install via npx
npx @hexmos/ipm i infinitered/ignitePrerequisites
Node.js
package_managerVersion: v18.x.x or later (or v16.x.x for LTS support)
Xcode Command Line Tools
system_toolFor iOS development, Xcode is required to build and run apps on Apple devices.
npm
package_managerVersion: v10.x.x or later
Yarn
package_managerVersion: v20.x.x or later
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
npx ignite-cli@latest new PizzaApp --yesnpx ignite-cli@latest new PizzaAppPost Installation Steps
- Open your terminal and run `npx ignite-cli start` to launch the app.
- Navigate to the project directory in your terminal using `cd <your_project_directory>`.
- To access the app's UI, open a web browser and visit `http://localhost:3000/`.
- If you are using Expo, run `npx expo start` to launch the app in your simulator or on a device.
