Skip to content

fitzmx6/D3Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic Software

Assemble - http://assemble.io/

Bower - http://bower.io/

NodeJS - http://nodejs.org/

Git - http://git-scm.com/

GruntJS - http://gruntjs.com/

Sass - http://sass-lang.com/

Development Software

Bootstrap - http://getbootstrap.com/

BrowserDetection.js - https://github.com/Milanowicz/BrowserDetection.js

Modernizr - http://modernizr.com/

SassCollection - https://github.com/Milanowicz/CSSSassCollection

Directory Structure

Your Documentation about what ever

Documentation

All JavaScripts libraries or scripts from you or somewhere else

JavaScript

Your Sass StyleSheets are here

Sass

This directory is for the visitors

Bower

Bower Install

Be first time used ever then

$ npm install -g Bower

Bower Usage

Install all Grunt modules and let's roll

$ bower install

Update all

$ bower update

GruntJS

GruntJS Install

Be first time used ever then

$ npm install -g grunt-cli

Install all Grunt modules and let's roll

$ npm install

Create this file to use "$ grunt serve"

local.json

    {
      "localhost" : "localhost",
      "port": "9000"
    }

GruntJS Usage

Grunt Watch if files are changes and generate them new

$ grunt serve

Let Grunt generates all files

$ grunt build

Do run all Tasks for a Release

$ grunt

GruntJS updating

Check Grunt Modules

$ grunt devUpdate:show

Update GruntJS modules

$ grunt devUpdate:install