This tutorial will lead you through the steps of creating the data model for a trivia app to illustrate how to use Ignite with real examples.
Check out Infinite Red's blog Red Shift for more :
Part 1
·
Part 2
You can follow along the tutorial to build this trivia app using the hottest React Native Boilerplate Ignite
You will need a react-native development environment set up on your computer.
📖 If you want to follow the tutorial then start with running the CLI :
npx ignite-cli new TriviaApp --install-deps --remove-demo
After that the rest is on the tutorial 😃
📱 If you want to see the finished app :
- Clone the repo
git clone [email protected]:robinheinze/ignite-trivia.git
- Install dependencies
yarn
- Run the app
yarn ios
or
yarn android