We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
npm install -g jspm npm install -g gulp
To run locally for development.
npm install jspm install
gulp bundle gulp copy
To serve the pages using python2:
cd build python -m SimpleHTTPServer 80
To serve the pages using python3:
cd build python -m http.server 80
Then visit http://localhost/
gulp bundle gulp copy gulp deploy