mirror of
https://github.com/koodiklinikka/gulp-project-template.git
synced 2026-02-16 00:53:03 +00:00
initial commit
This commit is contained in:
13
src/js/app.jsx
Normal file
13
src/js/app.jsx
Normal file
@@ -0,0 +1,13 @@
|
||||
/*** @jsx React.DOM */
|
||||
|
||||
var React = require('react');
|
||||
|
||||
var APP = React.createClass({
|
||||
render:function(){
|
||||
return (
|
||||
<h1>Hello World</h1>
|
||||
)
|
||||
}
|
||||
});
|
||||
|
||||
React.renderComponent(<APP />, document.body)
|
||||
Reference in New Issue
Block a user