Skip to content

taulukointipalvelut/utab-view

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

utab-view

utab front end. Visit demo.

Install and run

git clone https://github.com/taulukointipalvelut/utab-view.git
npm install --production

Then, open build/index.html in your favorite browser (Chrome is recommanded). Of course, you can use your favorite server to distribute files under build/. They are static files.

Developpers

git clone https://github.com/taulukointipalvelut/utab-view.git
npm install
npm run gulp build

Then, open build/index.html in your favorite browser or distribute them using servers.

To run tests, type:

npm run test

Documentation

Not yet available...