this is the repo for updated code of react-socket.io-white-board-sharing-app-youtube-series
Youtube Playlist [https://www.youtube.com/playlist?list=PL_9VQhSm4-mr7qtfJWrtC9J_KrbmKrTOn]
- NodeJs
- Git
- Code Editor
- React Basics
- Browser
- Yarn (if not installed use command
npm i -g yarn
in cmd or terminal)
- Download or Clone this repo
- Unzip the repo (if downloaded)
- Open cmd or terminal under root project folder.
- Move to backend folder and type command
yarn
to install all dependencies in backend - Move to frontend folder and type command
yarn
to install all dependencies in frontend
- Backend:-
- open backend directory in terminal or cmd and type
yarn start
to run development server
- Frontend:-
- open frontend directory in terminal or cmd and type
yarn dev
to run development server