Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 335 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 335 Bytes

srizziit

A fully functional MERN based application which sort of replicates Reddit

Running the frontend

yarn run dev

Running the backend

node server.js

Iniitially installing the packages mentioned in the the directories using npm install is also essential for the proper functioning of the application.