Skip to content

Instantly share code, notes, and snippets.

@shaddyshad
Created April 7, 2018 16:21
Show Gist options
  • Save shaddyshad/fc97290f10bbbd90136209120554ed5a to your computer and use it in GitHub Desktop.
Save shaddyshad/fc97290f10bbbd90136209120554ed5a to your computer and use it in GitHub Desktop.
Index.js boilerplate
import React from 'react'
import ReactDOM from 'react-dom'
//our main application
import App from './src/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