The
Todo
project has the initial intention of putting all the knowledge that was presented in the first module of the React Native study trail. This project also contains knowledge acquired through small problems that I faced during the development of the application.
# Clone this repository
git clone https://github.com/pauloedurezende/rocketseat-ignite-todo
# Access the project folder
cd rocketseat-ignite-todo
# Install the necessary dependencies
npm install
# Start the server
npm start
###
# When the server starts, it will be possible to open the application in your preferred emulator
# Press `a` to open Android Emulator
# Press `i` to open iOS Simulator
###