Skip to content

A Vue.js / Express.js web application for keeping track of guitar tabs

License

Notifications You must be signed in to change notification settings

blesspow/tab-tracker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tab Tracker

A Vue.js / Express.js web application for keeping track of guitar tabs

Setup

You need to have Node Js installed: https://nodejs.org/en/

You must at least have NODE version 8.2.1

Don't know how to install different version of node? Try this: https://github.com/tj/n

I suggest you install the following that I use in the video:

VSCode: https://code.visualstudio.com/

ITerm2: https://www.iterm2.com/ (Mac Only)

Git: https://git-scm.com/

Client - Terminal A

cd client
npm install
npm start

Server - Terminal B

cd server
npm install
npm start

About

A Vue.js / Express.js web application for keeping track of guitar tabs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 65.7%
  • Vue 33.8%
  • HTML 0.5%