We will learn concepts of BlueBase by creating a production-ready To-Do app.
We will use Expo CLI to create a new project and add BlueBase to it. If Expo CLI is not installed, go to the Expo CLI Installation guide before proceeding.
Step 1: Initialize the project
Initialize an expo app by executing the following commands:
# Create a project named my-app.# Select the "blank (Typescript)" template when promptedexpoinitbluebase-todo-app# Navigate to the project directorycdbluebase-todo-app