Skip to content

xebia/cypress-training

Repository files navigation

Abouts

  • Forked client and server from git@github.com:codyseibert/tab-tracker.git

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