A Vue.js + express.js web test app
To start app you need:
- Run client
- Run sever
Go to tab-tracker/client dir in your command line interpreter and run commands:
npm install
npm run dev
Go to tab-tracker/server dir in your command line interpreter and run commands:
npm install
npm start
Visit http://localhost:8080