A lean and powerful, gulp-based boilerplate for better front-end coding with Gulp, Pug and Stylus
More information see in docs folder
Install the node.js
Clone the project or download the file
git clone git@github.com:zoxon/gulp-front.git --depth 1 my-project
Go to project folder and run
npm run setup
Start dev server
npm start
In browser open page with address http://localhost:3000/
npm run dev
- launches watchers and servernpm run build
- compile a projectnpm run zip
- compile a project in zipnpm run deploy
- compile a project and push in build
branch to git repositorynpm run cleanup
- remove demo appCreate empty module by name in source/modules
folder
By default generate only *.pug
and *.styl
files.
You can call npm run new
with additional params like js
and yml
npm run new <module-name> [js || yml]