mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-23 20:51:12 +08:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user