Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/csshugs/genesis

A grunt.js, inuitcss and assemble-based frontend development environment
https://github.com/csshugs/genesis

boilerplate inuitcss itcss scaffold

Last synced: 24 days ago
JSON representation

A grunt.js, inuitcss and assemble-based frontend development environment

Awesome Lists containing this project

README

        

## Getting started

### Installation

Cd into the root of this project and run:

```
$ npm install
```

Then genesis is set up for your project and you can run:
```
$ grunt dev
```

and go to: [localhost:8000](http://localhost:8000/).

The entire development code is stored in the `/src` directory. When grunt detects changes of this code, it is copied into the `/dist` directory where the compiled html/css/js lies, which is used for displaying the site in the browser. This code shall not be touched.