Website: https://mega-masterpiece.herokuapp.com/
This is my final project for high school exams.
It is an online drawing game inspired by Skribble.io.
Multiple players gather in a lobby and one of them is drawing a word.
The others are trying to guess the word.
Server is written with node.js.
Mainly socket.io, but also express.js.
Client is written with React.
Do this both in root folder and client folder (server-side, client-side)
npm install
Local server at localhost:5000
npm run dev
Starts the local server without rebuilding the front-end
npm run start:server
Starts the front-end without server
(Kind of useless, unles you need just the home page for some reason)
npm run start:client
Full build
npm run build:full
Documentation build (JSDocs is required)
npm run build:docs
Create a pull-request.
I will review it in my precious time :)