https://github.com/mayromyller/techno
Project done in the Vuejs course by Origamid
https://github.com/mayromyller/techno
Last synced: 5 months ago
JSON representation
Project done in the Vuejs course by Origamid
- Host: GitHub
- URL: https://github.com/mayromyller/techno
- Owner: mayromyller
- Created: 2019-06-18T00:47:10.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T21:42:54.000Z (over 3 years ago)
- Last Synced: 2025-02-01T23:39:25.488Z (over 1 year ago)
- Language: Vue
- Homepage:
- Size: 2.53 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Technođź’»
## About
Project create in Origamid course 'VueJS 2 Completo'
## Layout

## How to run
Clone project and access the folder
```
git clone https://github.com/mayromyller/techno-vueapp-using-api-exemple.git
```
Install dependencies
```
yarn
# Start front-end project
yarn serve
```
### Backend project
Install json server in [json-server](https://www.npmjs.com/package/json-server)
```
# Run server
json-server --watch api.json
```