Skip to content

Task Tracker project from youtube crash course

Notifications You must be signed in to change notification settings

otjake/vue-crash-2021

 
 

Repository files navigation

Vue Crash Course (Task Tracker)

This is the project from the YouTube crash course

Project setup

npm install

Run the JSON-Server backend (https://localhost:5000)

npm run backend

Run the Vue dev server (https://localhost:8080)

npm run serve

Compiles and minifies for production

npm run build

About

Task Tracker project from youtube crash course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 82.0%
  • JavaScript 9.3%
  • HTML 8.7%