Skip to content

Instantly share code, notes, and snippets.

@arecvlohe
Last active June 21, 2019 05:59
Show Gist options
  • Save arecvlohe/c528f9c108547311d922687f3dc56de2 to your computer and use it in GitHub Desktop.
Save arecvlohe/c528f9c108547311d922687f3dc56de2 to your computer and use it in GitHub Desktop.
A simple client file for reason-react-starter
import React from "react";
import ReactDOM from "react-dom";
import "normalize.css";
import { make as App } from "../lib/es6_global/src/App";
ReactDOM.render(<App />, document.querySelector("#root"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment