Skip to content

notice/react-jade

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React+Jade

React+Jadeのサンプルコードです。

JSXの代わりにJadeを利用しています。

ライブラリ

以下のライブラリで構成されています。

  • lodash
  • react
  • jade

詳しくはpackage.jsonを参照ください。 Javascriptはcoffeescriptで書いています。 エントリーはboot.coffeeです。

ビルド

ビルドツールはgulp+webpackです。 詳しくはgulpfile.coffee,webpack.config.coffeeを参照してください。

$ npm install
$ gulp js index.html
$ php -S 0.0.0.0:8000 -t public
とか
$ python -m SimpleHTTPServer 8000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published