Skip to content

Worktez/Workverse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Workverse

Welcome to The Virtual Workplace

To run the client:

cd metaverse-worktez
npm install
ng serve

To run the Server:

cd server
npm install
npm run start