Skip to content

Files

Latest commit

Jan 18, 2016
03d3ce6 · Jan 18, 2016

History

History
22 lines (15 loc) · 486 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 486 Bytes

swarm

React hackaton - board game implementation project.

Usage

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

Linting

npm run lint

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.