Skip to content

Development starter template based on the Gulp builder

Notifications You must be signed in to change notification settings

hHolyMolly/gulp-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📌 gulp-template


🚀 Installation and Launch

1. Installing PNPM 📦

Before starting development, install PNPM:

npm install -g pnpm

2. Installing Dependencies ⚙️

With PNPM:

pnpm install

Alternatively, with NPM:

npm install

3. Running in Development Mode 🖥️

With PNPM:

pnpm start

Alternatively, with NPM:

npm run start

4. Building the Project 🔨

For Development:

With PNPM:

pnpm build:dev

Alternatively, with NPM:

npm run build:dev

For Production:

With PNPM:

pnpm build:prod

Alternatively, with NPM:

npm run build:prod

5. Cleaning the Project 🧹

Removes node_modules, dist, and lock files:

With PNPM:

pnpm clean

Alternatively, with NPM:

npm run clean

About

Development starter template based on the Gulp builder

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published