Skip to content

NDOY3M4N/gulp-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gulp Playground

This starter project uses Gulp for compile all of our assets.
To get started:

  1. Clone the repository
git clone https://github.com/NDOY3M4N/gulp-playground
cd gulp-playground
  1. Install the dependencies
npm install
  1. Start the server
npm run dev

Building for production

When you are ready to deploy your app, you can run the following

npm run prod

It will optimze everything you need for your static website. You can now publish the public folder to your preferred hosting service.

Releases

No releases published

Packages

No packages published