Skip to content

easy-websites/ewg-theme-bootstrap-standalone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EWG-Theme: "ewg-theme-simple"

This is the minimal Easy-Website-Generator setup you can have. It is a good point to start developing static and fast websites in a quick and modern way =)

Supports:
  • css styling with sass and pre build helpers
  • javascript development with coffee
  • html templating with a hacked haml-coffee
  • custom and predefined haml helpers via nodeJs modules
  • standalone bootstrap version with glyphicons and jquery
Uses:

Installation

First you need to install nodeJs


npm install -g easy-website-generator coffee-script gulp

mkdir my-workspace

cd my-workspace

ewg init --theme bootstrap-standalone

ewg serve

After running ewg serve the ewg will compile the html pages and opens a browser. On every source change the browser will reload.

You can serve in production mode (all minified) with ewg serve --production

Ressources

"Easy-Website-Generator"

"Creative-Workflow"

Releases

No releases published

Packages

 
 
 

Contributors