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 =)
- 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
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