Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 401 Bytes

File metadata and controls

25 lines (15 loc) · 401 Bytes

React + CoffeeScript Study

WEB+DB Press vol.86 p123~ のnaoya氏のReact記事をcoffeeでやってみる

Install Dependencies

% npm i
% npm i grunt-cli -g

Build

gruntでcjsx(coffee内にjsxが書ける)をビルドする

Development

% npm run build
# or
% grunt

Production

% NODE_ENV=production npm run build
# or
% NODE_ENV=production grunt