Skip to content

Instantly share code, notes, and snippets.

@callmephilip
Created April 13, 2016 23:20
Show Gist options
  • Select an option

  • Save callmephilip/1da9e3e488156e2a2c91c3a52d940ec4 to your computer and use it in GitHub Desktop.

Select an option

Save callmephilip/1da9e3e488156e2a2c91c3a52d940ec4 to your computer and use it in GitHub Desktop.
import React from 'react';
import ReactDOM from 'react-dom';
import App from 'App';
ReactDOM.render(<App />, document.getElementById('app'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment