Skip to content

lacodda/gulp-pug-scss-template

Repository files navigation

Gulp Template

Gulp template for creating new web application

Build Status

Description

This is a pug and scss template using gulp for rapid starting the development of your web application

Clone repository

You can clone the repository with git

git clone https://github.com/lacodda/gulp-pug-scss-template.git my-project

Usage

Еnter the project directory and run the commands:

yarn install
# or
npm i

Run one of the commands:

npm start # build a project with development environment variables, run a local server and watch for changes
npm run build # build a project with production environment variables
npm run build:favicon # generate favicon
npm run build:full # build a project with production environment variables and generate favicon
npm run server # run a local server in build directory

License

MIT

About

Gulp template for creating new web application

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published