Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/csshugs/genesis
- Owner: csshugs
- License: other
- Created: 2013-11-08T15:25:17.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-05-11T06:38:19.000Z (over 7 years ago)
- Last Synced: 2024-04-14T05:13:28.722Z (7 months ago)
- Topics: boilerplate, inuitcss, itcss, scaffold
- Language: JavaScript
- Homepage:
- Size: 307 KB
- Stars: 13
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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.