An open API service indexing awesome lists of open source software.

https://github.com/sherlockboy/vue-task-tracker


https://github.com/sherlockboy/vue-task-tracker

Last synced: 5 months ago
JSON representation

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
```