🚀 To dos
The following tools were used in the construction of the project:
# Clone the repository using git
$ git clone https://github.com/JuanPabllo/q2-todos.git
# Access the project folder
$ cd q2-todos
This project use third party dependencies that need to be installed, use that command to install all needed dependencies
$ yarn install
or
$ npm i
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