Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 572 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 572 Bytes

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.