- ✳️ NodeJS version
^14.7.6
(manage NodeJS versions with nodeenv or nvm) - 📦 Yarn version
^1.22.11
or NPM version^6.14.15
- Clone the repository
yarn install
ornpm install
Open your terminal and enter in the server folder and run yarn dev
or npm run dev
same with client folder.
Command which client supported :
- USER : check if the user exist.
- LIST: list the current directory of the server.
- CWD : change the current directory of the server.
- PWD: display the name of the current directory of the server.
- HELP: send helpful information to the client.
- QUIT: close the connection and stop the program.