Skip to content

Instantly share code, notes, and snippets.

@nairihar
Created July 20, 2018 20:17
Show Gist options
  • Save nairihar/f28ee13bf9eb3c6c260428d16dc08034 to your computer and use it in GitHub Desktop.
Save nairihar/f28ee13bf9eb3c6c260428d16dc08034 to your computer and use it in GitHub Desktop.
Setup React App - Organizing React Application Part 1
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Setup React App - Organizing React Application Part 1</title>
</head>
<body>
<div id="root"></div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment