Skip to content

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

License

Notifications You must be signed in to change notification settings

csshugs/genesis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published