Skip to content

Toskosz/app-development-unb

 
 

Repository files navigation

Desenvolvimento de Aplicativo - Unb

Prerequisites

Before you begin, ensure you have the following software installed on your computer:

  • Node.js: You can download it from nodejs.org.

  • Yarn: You can install Yarn by following the instructions at yarnpkg.com.

Clone Repository

git clone https://github.com/your-username/your-project.git
cd your-project

Running the Project Now that you have all the required dependencies installed, you can run the project using Expo:

Install Dependencies

cd your-project
yarn install

Running the Project

Now that you have all the required dependencies installed, you can run the project using Expo:

yarn expo start

Code Styling

This project uses Prettier and ESLint for code formatting and linting. You can check and fix linting issues with the following commands:

yarn prettier . --check
yarn prettier --wirte folder/filename
yarn prettier . --write

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 99.8%
  • JavaScript 0.2%