Skip to content

Instantly share code, notes, and snippets.

@paulallies
Created July 23, 2018 14:08
Show Gist options
  • Select an option

  • Save paulallies/046767aa6c7264defdd3a3e20f49f3e1 to your computer and use it in GitHub Desktop.

Select an option

Save paulallies/046767aa6c7264defdd3a3e20f49f3e1 to your computer and use it in GitHub Desktop.
without create react app app.js file
import React, { Component } from 'react';
class App extends Component {
render() {
return (<h1>My React App</h1>)
}
}
export default App;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment