Skip to content

GabrielTavernini/Whiteboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project involves a React frontend connected to a NodeJS Backend using Socket.IO

Available Scripts 🚀

In the project directory, you can run:

Start the NodeJS BackEnd

npm install

This command will install all the dependencies necessary for the project to run. It may take a will to install all npm Packages and Modules...

Start the React FrontEnd

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

Start the NodeJS BackEnd

cd server
node server.js

Runs the node backend server enabling the API
Listening on http://localhost:8000 for any Socket.IO connection.

About

A virtual whiteboard built using React, NodeJS and Socket.IO ✏️

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published