How to locally setup the project
-
Clone the Repositary git clone https://github.com/gopalepic/Academy-Website.git
-
Run the Frontend part
cd frontend
we are in ./frontend
npm install npm run dev your react server is ready
-
Run the Backend part
now move to backend
cd ../backend
we are in ./backend npm install npm start your Nodejs server is ready