Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michaelessiet/crust-project
This repo is a simple React Native task manager app
https://github.com/michaelessiet/crust-project
Last synced: about 1 month ago
JSON representation
This repo is a simple React Native task manager app
- Host: GitHub
- URL: https://github.com/michaelessiet/crust-project
- Owner: michaelessiet
- Created: 2023-09-07T21:52:14.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-07T21:59:53.000Z (about 1 year ago)
- Last Synced: 2023-09-08T00:28:04.172Z (about 1 year ago)
- Language: TypeScript
- Size: 595 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Crust Mobile Developer Project
In order to run the application make sure to follow these steps:
1. Clone the repository and install all package dependencies:
```bash
git clone https://github.com/michaelessiet/crust-project
cd crust-project
npm install
```2. Install all the needed CocoaPods for iOS:
```bash
npx pod-install
```**Note**: A prerequisite for you to run this command is a MacOS machine with XCode properly installed on it. Same goes for the `npm run ios` command below
3. Run the application using one of the following commands:
```bash
npm run ios
# or
npm run android
```