Demo for showcasing famous-flex.
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
To run the demo either open dist/index.html
Or use the live-reload server:
grunt serve