Skip to content

Social Media App like FACEBOOK, TWITTER, and another

Notifications You must be signed in to change notification settings

SimoSamaa/metup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

app under construction...

Project Setup

setup client

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint

setup server

go to server dir and install the dependencies

cd ./server/ npm run install