Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Latest commit

 

History

History
30 lines (24 loc) · 439 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 439 Bytes

Next-Level-Week

Tecnologias

Esse projeto foi desenvolvido com as seguintes tecnologias:

  • Node.js
  • TypeScript
  • React
  • Expo
  • React Native

Como usar

# clone o repositório
$ git clone https://github.com/Thalisson-Alves/Next-Level-Week

# instale as dependências
$ npm install

# inicie a API
$ cd server
$ npm run dev

# inicie a aplicação web
$ cd web
$ npm start

#inicie a aplicação mobile
$ cd mobile
$ npm start