This starter project uses Gulp for compile all of our assets.
To get started:
- Clone the repository
git clone https://github.com/NDOY3M4N/gulp-playground
cd gulp-playground
- Install the dependencies
npm install
- Start the server
npm run dev
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.