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

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Thalisson-Alves committed Jun 24, 2020
1 parent 48b137d commit dfd16d5
Showing 1 changed file with 29 additions and 1 deletion.
30 changes: 29 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,30 @@
# Next-Level-Week
Next level week #1

# 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
```

0 comments on commit dfd16d5

Please sign in to comment.