Skip to content

A Simple Static Web Site Builder uses jade, stylus, nib, coffeescript, and grunt.

Notifications You must be signed in to change notification settings

paolooo/Staitec-BuilderJS

Repository files navigation

Staitec Builder JS

Staitec Builder is a static website builder that uses the power of nodejs + packages such as jade, stylus, coffeescript, and grunt to build "Static Web Site" in no time.

Requirements

Installation

Install node packages using npm command line. This will install all the necessary packages for the development.

The packages are the following:

  • Jade
  • Stylus
  • CoffeeScript
  • Livereload
  • Grunt
  • Grunt-cli
  • Grunt-contrib-[jade, watch, coffee, stylus, connect, livereload]

First, make sure you have installed NodeJS in your computer. If you haven't, you can download and install NodeJS here: http://nodejs.org/download/

Quickstart

$ gem update --system
$ gem install compass
$ npm install
$ grunt serve

Navigate to http://localhost:3333/

Reference:

About

A Simple Static Web Site Builder uses jade, stylus, nib, coffeescript, and grunt.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published