The first responsive front-end framework based on AngularJS & Google Material Design specifications. lumX will help you to design your applications faster and easier. We followed Google Material Design recommendations to bring the best experience to your users.
Three quick start options are available:
- Download the latest release.
- Clone the repo: git clone https://github.com/lumapps/lumx.git.
- Install with Bower:
bower install lumx
.
lumX's documentation, included in this repo in the demo directory, is built with Gulp and hosted on Google App Engine at http://ui.lumapps.com. The docs may also be run locally.
- If necessary, install the Python SDK of Google App Engine.
- In your environment, declare the variable
APPENGINE
with the path to your Google App Engine binaries. For example, using bash in a Unix system with the default path will need to edit the.bashrc
in your home to add:export APPENGINE=/home/USER/google-cloud-sdk/bin/
- Run
npm install & bower install
. - Run ``./launch.sh`.
- Visit http://localhost:8888 in your browser, and voilà.
- Run
npm install & bower install
. - Run
gulp serve
. - Visit http://localhost:8888 in your browser, and voilà.
Please refer to our contributing guidelines. The roadmap is available in this repo.
Code and documentation copyright 2014 LumApps. Code released under the MIT license.