https://github.com/ndoy3m4n/gulp-playground
A starter project for static website
https://github.com/ndoy3m4n/gulp-playground
gulp handlebars nodejs panini sass
Last synced: about 2 months ago
JSON representation
A starter project for static website
- Host: GitHub
- URL: https://github.com/ndoy3m4n/gulp-playground
- Owner: NDOY3M4N
- Created: 2020-09-10T19:16:17.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-29T10:16:21.000Z (over 4 years ago)
- Last Synced: 2025-01-21T04:31:49.382Z (3 months ago)
- Topics: gulp, handlebars, nodejs, panini, sass
- Language: SCSS
- Homepage:
- Size: 111 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gulp Playground
This starter project uses Gulp for compile all of our assets.
To get started:1. Clone the repository
```bash
git clone https://github.com/NDOY3M4N/gulp-playground
cd gulp-playground
```2. Install the dependencies
```bash
npm install
```3. Start the server
```bash
npm run dev
```## Building for production
When you are ready to deploy your app, you can run the following
```bash
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.