- Forked client and server from [email protected]:codyseibert/tab-tracker.git
A Vue.js / Express.js web application for keeping track of guitar tabs
You need to have Node Js installed: https://nodejs.org/en/
You must at least have NODE version 8.2.1
To navigate the SQLite DB, you can use an application such as THIS one
If you have Windows, you need Python installed. You can do so HERE
cd client
npm install
npm start
cd server
npm install
npm start
run the pre-committer before you commit.
Installing pre-commit is easy, just:
brew install pre-commit
Running pre-commit: pre-commit run