Get Started

Before Installation

The complete WAAX development setup requires the following software. Make sure they are installed with appropriate scope and permission.

Installation and Quick Start

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.

What's Next?