The complete WAAX development setup requires the following software. Make sure they are installed with appropriate scope and permission.
If you have all the above installed, execute the following commands in the terminal to install and launch WAAX.
git clone https://github.com/hoch/WAAX waax
cd waax
npm install
gulp
Note that WAAX is pre-configured for the optimum development workflow. Type gulp
in the terminal and then your web browser (Chrome by default) will open the project index page automatically at localhost:3000
.
Copyright (c) 2012-2014 Hongchan Choi. All rights reserved.