Skip to content

Scheduler application with a Vue frontend and Clojure backend

Notifications You must be signed in to change notification settings

puhnastik/scheduler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Summary

Scheduler application with a Vue frontend and Clojure backend

Developer setup

Prerequisites

Node JS version 12.18.2 or higher (includes npm 6.14.5 or higher) is required to run functional tests. To check the version of Node JS that is installed, enter the following in a command prompt:

node --version

To check the version of npm, enter the following in a command prompt:

npm --version

First run an npm install in the ui folder:

cd scheduler-ui
npm install

How to run

cd scheduler-ui
npm run serve

Application will be avaliable at http://localhost:8080

About

Scheduler application with a Vue frontend and Clojure backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages