https://github.com/rafinhadufluxo/stranger-burger
Burger King snack form, for studies only
https://github.com/rafinhadufluxo/stranger-burger
javascript javascript-framework vue3
Last synced: 8 months ago
JSON representation
Burger King snack form, for studies only
- Host: GitHub
- URL: https://github.com/rafinhadufluxo/stranger-burger
- Owner: rafinhadufluxo
- Created: 2023-01-04T12:05:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-05T17:26:00.000Z (over 3 years ago)
- Last Synced: 2024-12-26T13:21:06.157Z (over 1 year ago)
- Topics: javascript, javascript-framework, vue3
- Language: Vue
- Homepage:
- Size: 450 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# stranger burger
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Compile configuration Api in terminal II (that is, open another terminal and compile inside the directory)
```
npm run backend
```