Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 168 Bytes

README.MD

File metadata and controls

15 lines (13 loc) · 168 Bytes

Node React Boilerplate

minimal setup with socket communication

Run

Run the client

cd client
npm start

Run the server

cd server
npm start