##SlimUI Framework
Thank you for trying out the SlimUI framework. See it running live here:
http://jtibble.github.io/slimui/sample-application.html#/About
Some of the project goals:
- Simplify the process of developing web applications
- Abstract-away the web technology stack
- Allow developers of all skill levels to add and modify application-specific functionality in a framework-agnostic way
##Sample Application A sample application is included with this repository. To try it out, follow these steps:
- Clone this repository to your local machine
- Install NodeJS (and Node Package Manager, NPM) on your machine
- Install Gulp (a NodeJS built-tool) by running 'npm install'
- Build the framework and sample application by running 'gulp SampleApplication'
- This collects all the source files and HTML into a file, app.js, and puts it in the project directory.
- This app.js file is loaded by the SlimUI framework when the sample_application.html is opened by your browser
- Host this folder with a webserver and open sample_application.html, and navigate to it from your favorite browser.
More documentation is provided in the sample application.
To build the SlimUI framework, (in this directory) run 'bower install' followed by 'gulp'.