/famous-flex-demo

Demo for showcasing famous-flex layout technology

Primary LanguageJavaScript

famous-flex-demo

Demo for showcasing famous-flex.

###View the demo here

Content

Build

To build the demo, make sure grunt-cli, webpack and webpack-dev-server are installed globally:

npm install -g grunt-cli webpack webpack-dev-server

Run npm to install all dev-dependencies:

npm install

To build the output (dist-folder), run the webpack command:

webpack

Running

To run the demo either open dist/index.html

Or use the live-reload server:

grunt serve