0.1.9 • Published 10 years ago
generator-hydraweb v0.1.9
Prereqs and installation requirements
download and install node.js (need version 4.0.0 or more)
install yeoman.
npm install -g yogenerator-hydraweb installation
To install generator-hydraweb from npm, run:
npm install -g generator-hydrawebCreate new web project
Once every packages are installed on your computer, you can create new web projects.
Go to your project's folder:
cd my/new/projectFinally, initiate the generator:
yo hydrawebHow to use
To compile, minify and uglify the files from src to dist and start the server, run:
gulp serveTo bind all .js and .scss files in the debug.html, without minify and uglify to help you to debug, and start the server in debug modus, run:
gulp serve:debug