Skip to content

lutaev/web-draw-room

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is draw board.

You have to do:

Install NodeJS and nginx. You also can use other server for frontend, server should listen 80 port of localhost and return index.html file. Your frontend server also must proxy requests like http://localhost/api/ to http:localhost:8000/api/.

In terminal run

sudo npm i webpack -g

Clone this repo to your home directory

Run your frontend server. If you use nginx, you can find an expample of nginx config in ~/web-draw-room/client/nginx.conf.example

Go to ~/web-draw-room/client and run:

npm i
webpack

Go to ~/web-draw-room/server and run:

npm i
./run.sh

In your browser go to http://localhost.

Open another browser and go to http://localhost.

Enjoy!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published