Henry 59758bed0e reactjs experimentation | пре 9 година | |
---|---|---|
.. | ||
scripts | пре 9 година | |
.gitignore | пре 9 година | |
.jshintrc | пре 9 година | |
LICENSE | пре 9 година | |
README.md | пре 9 година | |
comments.json | пре 9 година | |
index.html | пре 9 година | |
package.json | пре 9 година | |
server.js | пре 9 година | |
webpack.config.js | пре 9 година |
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.