The HomeAway 360 viewer Prototype, with a Node backend.
npm install
- Engine requirements: See
package.json - For release cutting & publishing you will need Artifactory NPM authentication.
- Open Terminal and cd into the root directory.
- Run
npm install - Run
gulp serveto start the server and watch for changes to code - Run
gulp serve:testto run tests - Run
gulpto build prod webapp - Run
gulp serve:distto preview prod build