https://github.com/nathaliacosim/frontend-omnistack-week9
https://github.com/nathaliacosim/frontend-omnistack-week9
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nathaliacosim/frontend-omnistack-week9
- Owner: nathaliacosim
- Created: 2019-10-02T17:10:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T11:57:52.000Z (over 2 years ago)
- Last Synced: 2023-03-07T16:41:49.907Z (about 2 years ago)
- Language: JavaScript
- Size: 1.93 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Frontend - OmniStack Week 9
Login:
Cadastrar:
Spots:
Download das dependencias:
```javascript
>> npm install
```Para iniciar a aplicação primeiro inicie o backend ([Download do back-end](https://www.github.com/nathaliacosim/backend-omnistack-week9)):
```javascript
>> yarn dev
```Posteriormente inicie o front-end:
```javascript
>> yarn start
```