fm-js is a modern light-weight HTML5 full web application framework.
- documentation
- examples
- tutorial from scratch TODO
- tutorial for angular programmers TODO
- node.js
- grunt
- bower
- java with valid JAVA_HOME environment variable set (required for jsdoc-toolkit to build documentation) (needed for apidoc generation only)
If you already have node.js installed, its version must be >= 0.4 (run node --version
to verify).
Run from project root: grunt
. If you have maven installed you can also run: mvn compile
or any later phase. Maven pom.xml
is just a wrapper that calls native installed grunt and it's purpose is project data integration with Netbeans IDE UI wich is almost seamless.