Skip to content

A Node.js application that allows users to draw together whether it be on a blank canvas or on a picture/graph.

Notifications You must be signed in to change notification settings

gitter-badger/Imgage

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image

A application that allows users to draw on an image together at the same time. I want this Node.js application to be kind of a starter application for people just getting into Node and npm. If you have any problems or just want to chat feel free to do so.

Node and NPM

In order for installation to run as smoothly as possible make sure you download and install Node.js and Node Package Manager on your computer before you begin installation.

Installation

Installation through Terminal begins with cloning this repository:

git clone https://github.com/KingShimkus/Imgage.git

Then you want to cd into, like so:

cd Imgage/

Once you are inside the the folder, install package dependencies:

npm install

And finally, to run the application:

npm start

Then make your way over to http://localhost:8080 and enjoy drawing.

About

A Node.js application that allows users to draw together whether it be on a blank canvas or on a picture/graph.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 78.9%
  • CSS 13.4%
  • HTML 7.7%