zhiqipan / node-socketio-react-starter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node + Socket.io + React

How to start?

  1. Install node modules with yarn install, this will install modules for both the server and the client
  2. Bundle the React frontend code with yarn build:dev
  3. Run the Node server with yarn start

How to watch changes?

  1. Watch client change with yarn build-watch
  2. Watch server change with yarn start-watch

About


Languages

Language:JavaScript 70.0%Language:CSS 19.9%Language:HTML 10.1%