Skip to content

gopalepic/Academy-Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

How to locally setup the project

  1. Clone the Repositary git clone https://github.com/gopalepic/Academy-Website.git

  2. Run the Frontend part

    cd frontend

    we are in ./frontend

       npm install 
       npm run dev
       your react server is ready
    
  3. Run the Backend part

    now move to backend

    cd ../backend

      we are in ./backend 
    
      npm install 
      npm start 
    
      your Nodejs server is ready