8000 GitHub - teguhash/starter: A starter template for projects.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

teguhash/starter

 
 

Repository files navigation

The Pudding Starter Template

A starter template for projects.

If creating a brand new project from scratch: Follow setup instructions for the basic🍞 (plain HTML/JS/CSS) or enhanced🔥 (node + gulp + awesome sauce) version.

Else contributing to an existing project: clone the repo (enhanced version: + run npm install).

Please note: do not use or reproduce The Pudding logos or fonts without written permission.

Setup

Enhanced

Dependencies

Features

  • Transpiles ES6 with Babel
  • Stylus for CSS pre-processor
  • Handlebars for HTML templating
  • Google Docs -> JSON (with ArchieML) integration for a micro CMS
  • Bundles and minifies JavaScript with Webpack
  • Bundles, minifies, auto-prefixes, and inlines CSS
  • Async font loading (using FOUT)
  • Preloaded icon set

Setup

To create a new project, make a new directory (eg. mkdir project-name), cd into it, and run:

curl -Lk https://bit.ly/2J0L3MD > Makefile; make enhanced;

Documentation

See the generated README file in the new project directory for instructions.

Basic

Setup

To create a new project, make a new directory (eg. mkdir project-name), cd into it, and run:

curl -Lk https://bit.ly/2J0L3MD > Makefile; make boilerplate;

About

A starter template for projects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 42.0%
  • HTML 29.8%
  • CSS 27.3%
  • Makefile 0.9%
0