This is the project page for the HSKA summer term 2017 UI lab project.
- Install NPM
- Clone project with
git clone https://github.com/altheviz/UI_LAB_SS_2017.git
- Go into the repository
cd UI_LAB_SS_2017
- Install missing dependencies
npm install
This command will install all the dependencies listed in the filepackage.json
. - Run the application
nmp start
orelectron .
This command will run the commandelectron .
The start point is also defines in the filepackage.json
.
- Place all your
java-script
code in thejs
subfolder. - Place all your
html
templates inviews
sub folder. - Place all your
images
in theimg
sub folder. - Place all your
stylesheets
in thecss
sub folder.