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

Thalisson-Alves/Next-Level-Week

Repository files navigation

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