Skip to content

ButinVladimir/Training-React-Drawboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Drawboard training project written using React, Jest, Enzyme, socket.io and lerna.

Before using you need following:

  1. Install NodeJS and npm
  2. Install all dependencies. Run following command from client and server subdirectories. Lerna should automatically bootstrap dependencies for subpackages and run build script for server.
npm install    

To start project run:

npm start

Unit tests are available by commands:

npm test

and

npm run coverage

Drawboard is available at localhost:3000. Server runs at localhost:8000.

About

Draw board written using React and socket.io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages