Henry 59758bed0e reactjs experimentation | 9 anni fa | |
---|---|---|
.. | ||
scripts | 9 anni fa | |
.gitignore | 9 anni fa | |
.jshintrc | 9 anni fa | |
LICENSE | 9 anni fa | |
README.md | 9 anni fa | |
comments.json | 9 anni fa | |
index.html | 9 anni fa | |
package.json | 9 anni fa | |
server.js | 9 anni fa | |
webpack.config.js | 9 anni fa |
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.