Skip to content

noferai/streamsync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Running project (dev)

Prerequisites:

  • Installed Node.js version >= 10.19
  • Installed npm version >= 6.14
  • Gofmt & ESLint are used for code formatting

Server

cd server && go get
go run main.go

Client

cd client && npm install
npm run start