Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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