Skip to content

tumiMsaki/course-design

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

11 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

client

cd client
yarn build // production
yarn start  //development

server

cd server
yarn build
yarn start