Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reichert-lucas/vue-tests-course
https://github.com/reichert-lucas/vue-tests-course
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/reichert-lucas/vue-tests-course
- Owner: reichert-lucas
- Created: 2021-09-30T01:42:32.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-03T01:46:22.000Z (about 3 years ago)
- Last Synced: 2023-09-29T04:59:08.170Z (over 1 year ago)
- Language: JavaScript
- Size: 441 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# testing
## Setup do Projeto
```
npm install
```### Ambiente de Desenvolvimento
```
npm run serve
```#### Configurando a api Fake
Instalar o json-server globalmente:
```
npm install -g json-server
```Iniciando a api fake de leilões;
```
json-server --watch db.json
```