Websocket initiation with a basic chat app.
- Front: React.JS
- Back: Node.JS
- Component library: BaseWeb (from Uber)
- Clone the repo
- Install the dependancies:
cd back/
npm i
cd front/
npm i
- Start the project
Open 2 terminals
cd back/
node index.js
In another terminal:
cd front/
npm start
Then the project is available on localhost:3000 in your browser ! Open a second window with incognito mode to chat with yourself :c