https://github.com/dckt/static-starter-kit
Starter kit for simple static website
https://github.com/dckt/static-starter-kit
Last synced: about 1 month ago
JSON representation
Starter kit for simple static website
- Host: GitHub
- URL: https://github.com/dckt/static-starter-kit
- Owner: DCKT
- Created: 2014-10-26T13:49:56.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-28T11:10:24.000Z (over 10 years ago)
- Last Synced: 2025-02-11T13:27:13.005Z (3 months ago)
- Language: JavaScript
- Size: 117 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Static-starter-kit
==================Starter kit for simple static website.
It uses Jade for templating and less for extending CSS features. Additionnaly it's include imagemin for minifying image of your site.## Installation
`npm install`## Usage
#### connect
`gulp connect` will run a local webserver on **http://localhost:8080**#### watch
`gulp watch` for watch all the project changing (images, templates, less)#### jade
`gulp jade` will compile your jade files into the **dist** directory.#### less
`gulp less` will compile your less files into the **dist/css** directory. By default, a **styles.less** will serve as a container for your style#### imagemin
`gulp images ` will reduce the size of all your images and set them in the **dist/images** directory