Skip to content

rk7fd3s/spaTemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spaTempate v0.0.0

Getting Started

開発に必要なソフトをPCにインストール

  1. Node.js http://nodejs.org/
    a. 使用しているPCのOSに合わせて、http://nodejs.org/download/ からインストーラーをダウンロードし、実行
    b. MacOSの場合:
brew install node
  1. Ruby https://www.ruby-lang.org/ja/
    a. Windowsの場合:http://rubyinstaller.org/downloads/ から最新のインストーラーをダウンロードし、実行
    b. MacOSの場合はインストールされているはず。。
ruby -v

インストールされていなければ下記を実行

brew install ruby
  1. grunt-cli (任意)ただし、grunt-cliをインストールしない場合は gruntnode_modules/grunt/node_modules/grunt-cli/bin/grunt に読み替えること
npm -g isntall grunt-cli
  1. Compass
sudo gem install compass

package script

  • npm start (npm install + bower install + grunt build)
  • npm install
  • bower install
  • grunt serve
  • grunt serve:dist
  • grunt build

Release History

0.0.0 base release.