We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
npm install -g jspm npm install -g eslint 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
There was an error while loading. Please reload this page.