TeaBough / react-hot-boilerplate

Live-editing boilerplate for your next ReactJS project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-hot-boilerplate

The minimal dev environment to enable live-editing React components.

Usage

npm install
npm start
open http://localhost:3000

you can specify other port:

npm config set react-hot-boilerplate:port 8080
npm start
open http://localhost:8080

Now edit scripts/App.js.
Your changes will appear without reloading the browser like in this video.

Using with localtunnel

To open this page on other machine, you can use localtunnel service

npm config set react-hot-boilerplate:port 8080
npm config set react-hot-boilerplate:subdomain reacthotboilerplate123
npm start
lt --port 8080 --subdomain reacthotboilerplate123
open https://reacthotboilerplate123.localtunnel.me

Dependencies

Resources

About

Live-editing boilerplate for your next ReactJS project

License:MIT License


Languages

Language:JavaScript 100.0%