/q2-todos

Primary LanguageTypeScript

🚀 To dos

🛠 Technology

The following tools were used in the construction of the project:

Getting Started 🚀

Cloning

# Clone the repository using git
$ git clone https://github.com/JuanPabllo/q2-todos.git

# Access the project folder
$ cd q2-todos

Requirements

This project use third party dependencies that need to be installed, use that command to install all needed dependencies

$ yarn install
or
$ npm i

Running

To start the Server run the command

# Entering in directory
$ cd q2-todos

# Run the APP
$ yarn android # or ios
or
$ npm run android # or ios

# Run the backend
$ npm install -g json-server

$ yarn api
or
$ npm run api

Screenshot