Skip to content

Instantly share code, notes, and snippets.

View giantelk's full-sized avatar
🐢
Learning Angular 👍

Giant Elk giantelk

🐢
Learning Angular 👍
View GitHub Profile
@fkling
fkling / App.js
Last active February 1, 2018 03:43
Bootstrap files for React + JSX with browserify and gulp.js
"use strict";
// Use
// var React = require('./react');
// instead if you are loading React externally, via a <script> element
var React = require('react');
var App = React.createClass({
render: function() {
return <h3>Hello World!</h3>;