Skip to content

jrodl3r/basejump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

basejump devDependencies Release License

basejump is a stable starting point for building awesome web apps 🚀

Components

Npm

Ruby

JS

CSS

Install

Homebrew

$ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
$ brew update && brew doctor
$ export PATH="/usr/local/bin:$PATH"

Node & Ruby

$ brew install node
$ brew install ruby

Grunt

$ sudo npm install -g grunt-cli

Sass & Compass

$ sudo gem install compass

Dependencies

$ npm install

Susy & Breakpoint

$ sudo gem install susy
$ sudo gem install breakpoint

Start

Update

$ vim package.json

Launch

$ atom .
$ grunt
$ server 7777

Development

$ grunt dev

Release

$ grunt dist

Cheers 🍻