Skip to content

kkanazaw/react-coffee-study

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • CoffeeScript 94.1%
  • HTML 5.9%