A lean and powerful, gulp-based boilerplate for better front-end coding with Gulp, Pug and Stylus
More information see in docs folder
- Modern and fast build tool
- Module based BEM CSS framework
- Automatic icon system based on SVG Symbols
- Easy PNG Sprites generation (including @2x)
- A convenient @media mixins
- Smart image compression
-
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 inbuild
branch to git repositorynpm run cleanup
- remove demo app
Create 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]