Skip to content

Latest commit

 

History

History
70 lines (47 loc) · 1.22 KB

README.md

File metadata and controls

70 lines (47 loc) · 1.22 KB

SMA - Social Media App

Note Using Vite tool for React to get fast workflow

Basic Structure of directory

There are two main folder inside SMA folder

  1. clinet - React Front-End
  2. server - Node Back-End

Follow To Get copy of project

  1. Clone repository or download

  2. Open repository inside your IDE

  3. Open terminal

For Front-End (React)

To work with frontend and run navigate to client directory

cd client

Use default keyword of your package manager to run project e.x npm / yarn / pnpm

Paste following code inside your terminal

npm i
npm run dev

For Back-End (Node)

To work with backend navigate to server directory

cd server

Use default keyword of your package manager to run project e.x npm / yarn / pnpm

Paste following code inside your terminal

npm i
npm run dev
https://localhost:5000

if you faced any kind of issue while setup project, create a new issue or asked in our discord server.

We will add more documentation as project moves forward

That's it all you want to work with project.

Happy Hacking.