Skip to content
/ gulp-boilerplate Public template

Gulp-based starter kit for modern development.

License

Notifications You must be signed in to change notification settings

Kotmail/gulp-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gulp boilerplate

This is a Gulp-based starter kit that allows you to automate the development and build process.

Requirements

Installation

After installing the required packages, you can initialize a new project by running the following commands:

# Clone the repository
git clone https://github.com/Kotmail/gulp-boilerplate.git

# Go to the folder
cd gulp-boilerplate

# Install dependencies
npm i

# Remove the link to the original repository
rm -rf .git

You can also generate a new repository based on this repository: click here.

Development mode

# Starting the server in development mode
npm run start

Building

# Starting the project build
npm run build

# Starting the server to preview the build
npm run preview

License

MIT