utab front end. Visit demo.
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.
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
Not yet available...