Home screen | Alert screen |
---|---|
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
Below is an example of how you can instruct your audience on installing and setting up your app. This template doesn't rely on any external dependencies or services.
- Clone the repo
git clone https://github.com/FaxWeb7/RN-TodoApp.git
- Install NPM packages
npm install
- Run project
npm run start // or yarn start // or pnpm start