Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.23 KB

README.md

File metadata and controls

32 lines (22 loc) · 1.23 KB

MuLeTheory.App

Build Status

Demo: https://muletheory.sedrad.com

Elearning research application for music learning exercises and theory with analytics dashboard.

The application is build on Vue 2.x and many other libraries for the visualization

The project MuLeTheory.API is used as a service to do user management and to track analytics data.

Quickstart

git clone https://github.com/srad/MuLeTheory.App.git
cd MuLeTheory.App
npm install
npm run serve

Commands

Command Description
npm install Install dependencies
npm run serve Compiles and hot-reloads for development
npm run build Compiles and minifies for production
npm run test:unit Run your unit tests
npm run lint Lints and fixes files