https://github.com/sherlockboy/vue-task-tracker
https://github.com/sherlockboy/vue-task-tracker
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sherlockboy/vue-task-tracker
- Owner: Sherlockboy
- Created: 2021-04-09T05:49:11.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-12T09:26:24.000Z (about 5 years ago)
- Last Synced: 2025-01-31T10:44:43.170Z (over 1 year ago)
- Language: Vue
- Size: 135 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# task-tracker
## Project setup
```
npm install
```
### Compiles and hot-reloads frontend for development
```
npm run frontend
```
### Starts json-server for backend
```
npm run backend
```
### Compiles and minifies for production
```
npm run build
```