Skip to content

Latest commit

 

History

History
33 lines (29 loc) · 1.08 KB

README.md

File metadata and controls

33 lines (29 loc) · 1.08 KB

SnapScene

MongoDB Firebase React JavaScript CSS3

Installation/Usage

Before developing, make sure you have all dependencies downloaded and setup.

Tp setup the dependencies for REACT you must run these commands :

cd frontend
npm i

Next, setup the dependencies of the server by running these commands :

cd server
npm i

Now to run the project, it is recommended to run the server first.

Turn on the server by running the following :

cd server
npm run dev

Finally to build and run :

cd frontend
npm run dev