Skip to content
This repository was archived by the owner on Mar 8, 2024. It is now read-only.

jsteinshouer/guitar-tabs-vue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Guitar Tabs

A guitar tablature application with a Coldbox api and a Vue.js application for the front-end.

Development

Use Docker Compose to run the development envrionment.

docker-compose up

Production

Build the production docker container.

docker build -t my-tabs-app . --target prod

Test it out.

docker run -it -p 8080:8080 --rm --name my-tabs-app my-tabs-app

About

Guitar tablature application built with a CFML back-end and a Vue.js front-end

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors