meruvian / midasjs-uix

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started to Using MidasJS

Anyway, MidasJS is an integrated library related to create a HTML5 dynamic page, and we use AngularJS, Bower, Grunt to run it.

To start workaround with MidasJS, follow these steps:

You must install

  • nodejs
  • npm
  • bower
  • grunt-cli

We use Ubuntu, and these are the steps to start install the components:

Build Project:

grunt build

The project will be compiled and the compiled will be put inside folder /dist

  • copy file images from /app/images to /dist/images
  • copy font from /bower_components/font-awesome/fonts to /dist/fonts

About


Languages

Language:CSS 69.0%Language:JavaScript 31.0%