Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 414 Bytes

File metadata and controls

16 lines (11 loc) · 414 Bytes

react-node-chat

Chat app with react front end and node/socket.io backend

FE details start

Folder structure:

  • All source files go inside src
  • The output folder "dist" will sit parallel to src

To run the code:

  • To build the app run -> npm run build
  • To clean the dist folder run -> npm run clean
  • To clean, build app and run it in watch mode -> npm run dev

FE details end