Skip to content

CodeBreakersGCEK/shore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 

Repository files navigation

Shore - a social thing

in development

Stack

  • Backend - Node.js, Express Server with MongoDB
  • Frontend - React.js(Vite) with TailwindCSS

Set up

cd server and do yarn - to install server depedndecies

cd client and do yarn - to install client depedndecies

Run development server

yarn dev in both the directory