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