-
Notifications
You must be signed in to change notification settings - Fork 222
Building
Amit Patel edited this page Apr 8, 2017
·
7 revisions
- Install Prerequisites.
- Doing Installation.
- Deploying locally.
- Running Local Server.
- Node.js version 0.10.0 or newer
- Install jspm, eslint, gulp globally
npm install -g jspm
npm install -g eslint
npm install -g gulp
To run locally for development.
- run
npm install
- run
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
gulp bundle
gulp copy
gulp deploy