alexanderritola / react-hacker-news-client

React.js Hacker News client built with promises.

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

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

Using 0.0.0.0 as Host

You may want to change the host in server.js and webpack.config.js from localhost to 0.0.0.0 to allow access from same WiFi network. This is not enabled by default because it is reported to cause problems on Windows. This may also be useful if you're using a VM.

Dependencies

Resources

About

React.js Hacker News client built with promises.

License:MIT License


Languages

Language:JavaScript 100.0%