Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```