Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eddywashere/grunt-init-proto

grunt-init template for prototyping static sites with jekyll, grunt, bower and compass
https://github.com/eddywashere/grunt-init-proto

Last synced: 25 days ago
JSON representation

grunt-init template for prototyping static sites with jekyll, grunt, bower and compass

Awesome Lists containing this project

README

        

# Grunt-Init-Proto

A [grunt-init][] template for prototyping with jekyll, compass and grunt.

## Installation

[grunt-init]: http://gruntjs.com/project-scaffolding

If you haven't already done so, install [grunt-init][].

Once grunt-init is installed, place this template in your `~/.grunt-init/` directory. It's recommended that you use git to clone this template into that directory, as follows:

```
git clone https://github.com/eddywashere/grunt-init-proto.git ~/.grunt-init/proto
```

## Usage

Initialize project directory:

```
grunt-init proto
```

Install dependencies:

```
bundle install && npm install && bower install
```

Run grunt task to serve site at [http://localhost:4000](http://localhost:4000)

```
grunt
```