|
10 年之前 | |
---|---|---|
.. | ||
scripts | 10 年之前 | |
.gitignore | 10 年之前 | |
.jshintrc | 10 年之前 | |
LICENSE | 10 年之前 | |
README.md | 10 年之前 | |
comments.json | 10 年之前 | |
index.html | 10 年之前 | |
package.json | 10 年之前 | |
server.js | 10 年之前 | |
webpack.config.js | 10 年之前 |
The minimal dev environment to enable live-editing React components.
npm install
npm start
open http://localhost:3000
Now edit scripts/App.js
.
Your changes will appear without reloading the browser like in this video.