Skip to content

Latest commit

 

History

History
73 lines (50 loc) · 1.85 KB

README.md

File metadata and controls

73 lines (50 loc) · 1.85 KB

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 🍻