Skip to content

Im-a-Train/cypress-training

 
 

Repository files navigation

Abouts

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

To navigate the SQLite DB, you can use an application such as THIS one

Prerequisites for Windows users

If you have Windows, you need Python installed. You can do so HERE

Client - Terminal A

cd client
npm install
npm start

Server - Terminal B

cd server
npm install
npm start

On committing

run the pre-committer before you commit.

Installing pre-commit is easy, just:

brew install pre-commit

Running pre-commit: pre-commit run

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 61.5%
  • Vue 38.0%
  • HTML 0.5%