Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 327 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 327 Bytes

holograph-example

A working example of Holograph using webpack.

How to install and build

First, install all the dependencies:

npm install

Then build with webpack:

node_modules/.bin/webpack

Viewing the style guide

In your browser, navigate to:

<your project directory>/holograph/index.html