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