Skip to content

Instantly share code, notes, and snippets.

@humaan
Created September 2, 2015 01:53
Show Gist options
  • Save humaan/126c7cfccf29f566c072 to your computer and use it in GitHub Desktop.
Save humaan/126c7cfccf29f566c072 to your computer and use it in GitHub Desktop.
// Import CSS
import '../css/master.scss';
// Import React and JS
import HelloBox from './HelloBox';
import React from 'react';
// Render!
React.render(<HelloBox />, document.getElementsByTagName('body')[0]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment