Skip to content

Instantly share code, notes, and snippets.

@jelorivera08
Last active September 12, 2018 04:06
Show Gist options
  • Save jelorivera08/18ae72bbe562361c8f9d5e9db4f5d1a8 to your computer and use it in GitHub Desktop.
Save jelorivera08/18ae72bbe562361c8f9d5e9db4f5d1a8 to your computer and use it in GitHub Desktop.
// client/src/App.js
import React, { Component } from "react";
class App extends Component {
render() {
return <div>I'M READY TO USE THE BACK END APIS! :-)</div>;
}
}
export default App;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment