Skip to content

Instantly share code, notes, and snippets.

@superhighfives
Created March 3, 2017 21:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save superhighfives/418e403df9809341db606cfa9a16f44d to your computer and use it in GitHub Desktop.
Save superhighfives/418e403df9809341db606cfa9a16f44d to your computer and use it in GitHub Desktop.
Rails 5 API + ActiveAdmin + create-react-app on Heroku
import React from 'react'
import ReactDOM from 'react-dom'
import App from './App'
import 'semantic-ui-css/semantic.css'
import './index.css'
ReactDOM.render(
<App />,
document.getElementById('root')
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment