Skip to content

IjzerenHein/famous-flex-truesize-layoutcontroller-demo

Repository files navigation

famous-flex-truesize-layoutcontroller-demo

Demonstrates how to calculate the height of multiple true-size renderables using a LayoutController.

View the live demo here

Content

Build

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

npm install -g grunt
npm install -g webpack
npm install -g 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

Contribute

If you like this project and want to support it, show some love and give it a star.

Contact

© 2014 - Hein Rutjes

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published