diff -r d076a27e5631 -r 431977d7c9a6 client/src/App.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/client/src/App.js Mon May 22 14:34:35 2017 +0200 @@ -0,0 +1,23 @@ +import React, { Component } from 'react'; +import logo from './logo.svg'; +import './App.css'; +import NotesContainer from './components/NotesContainer'; + +class App extends Component { + render() { + return ( +
+ To get started, edit src/App.js and save to reload.
+