Skip to content

Instantly share code, notes, and snippets.

@rigelstpierre
Created October 14, 2015 15:12
Show Gist options
  • Save rigelstpierre/e7470139173c434352c1 to your computer and use it in GitHub Desktop.
Save rigelstpierre/e7470139173c434352c1 to your computer and use it in GitHub Desktop.
React App
import React from "react";
import Nav from "./nav";
require('./stylesheets/style.scss');
React.render(
<Nav />,
document.body
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment