Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 276 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 276 Bytes

site

how to build html

In order to see the html result write down those commands on the shell

npm install -g brunch@1
npm install -g bower
npm install
bower install
brunch build -P

if everything works the html output is browseable on the ./public/ dir