Skip to content

alexandremavio/semantic-ui-fjs

Repository files navigation

#FerrugemJS skeleton typescript project ###A simple library, reactive, conventional and non-intrusive! FerrugemJS is inspired by the Aurelia and React using Incremental DOM with a simple template engine.

NPM

install

#####npm install //install all dependencies #####jspm install //install all jspm dependencies or #####node_modules/.bin/jspm install

tasks

#####npm run watch transpiller files from typescript to es5, convert the html templates to Incremental DOM javascript resource.

application run in http://127.0.0.1:9000/index-debug.html

#####npm run build2dist make bundle build.js file to production enverioment (index.html).