Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bradtraversy/vue-crash-2021
Task Tracker project from youtube crash course
https://github.com/bradtraversy/vue-crash-2021
Last synced: 4 days ago
JSON representation
Task Tracker project from youtube crash course
- Host: GitHub
- URL: https://github.com/bradtraversy/vue-crash-2021
- Owner: bradtraversy
- Created: 2021-02-24T15:08:23.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-23T12:00:06.000Z (about 3 years ago)
- Last Synced: 2024-07-11T13:55:55.735Z (4 months ago)
- Language: Vue
- Size: 250 KB
- Stars: 538
- Watchers: 7
- Forks: 277
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vue Crash Course (Task Tracker)
> This is the project from the YouTube crash course
## Project setup
```
npm install
```## Run the JSON-Server backend (http://localhost:5000)
```
npm run backend
```## Run the Vue dev server (http://localhost:8080)
```
npm run serve
```## Compiles and minifies for production
```
npm run build
```