|
10 years ago | |
---|---|---|
.. | ||
scripts | 10 years ago | |
.gitignore | 10 years ago | |
.jshintrc | 10 years ago | |
LICENSE | 10 years ago | |
README.md | 10 years ago | |
comments.json | 10 years ago | |
index.html | 10 years ago | |
package.json | 10 years ago | |
server.js | 10 years ago | |
webpack.config.js | 10 years ago |
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.