Skip to content
This repository has been archived by the owner on Jun 18, 2021. It is now read-only.

derenkeskin/minimal-starter-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minimal Starter Kit

Just another starter kit to help you prototype or build a website rapidly.

Features

Setup

$ git clone git@github.com:derenkeskin/minimal-starter-kit.git
$ cd minimal-starter-kit
$ npm install
$ gulp

Gulp tasks

  • Running gulp will build assets, start a development server and a watch task.
  • Running gulp prod will minimize assets and html code, then start a production server.

Configuration

All paths and plugin settings have been abstracted into a centralized config object in gulp/config.js. Adapt the paths and settings to the structure and needs of your project.

About

Just another starter kit to help you prototype or build a website rapidly.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published