Skip to content

Instantly share code, notes, and snippets.

@christiannwamba
Created May 26, 2018 12:09
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 christiannwamba/eeaa13bbd961659955a580a0a46b9b92 to your computer and use it in GitHub Desktop.
Save christiannwamba/eeaa13bbd961659955a580a0a46b9b92 to your computer and use it in GitHub Desktop.
import React, { Component } from 'react';
import logo from './logo.svg';
import './App.css';
class App extends Component {
render() {
return (
<div className="App">
<header className="App-header">
<img src={logo} className="App-logo" alt="logo" />
<h1 className="App-title">Welcome to React</h1>
</header>
<p className="App-intro">
This is a tutorial to setup React Hotloader..
</p>
</div>
);
}
}
export default App;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment