Switch over to recommending pushstate-server

It has a sane default port, gzip, and doesn’t aggressively cache index.html.
Perfect.
This commit is contained in:
Dan Abramov
2016-07-27 16:52:15 +01:00
parent 88363b14a0
commit 9645cbd117
2 changed files with 4 additions and 5 deletions

View File

@@ -8,7 +8,7 @@ class App extends Component {
<div className="App">
<div className="App-header">
<img src={logo} className="App-logo" alt="logo" />
<h2>Welcome to React</h2>
<h2>Welcome to React!</h2>
</div>
<p className="App-intro">
To get started, edit <code>src/App.js</code> and save to reload.