Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 2 Next »

To install all required dependencies you need to split terminal into 2 windows and work with both BackEnd(Server) and FrontEnd(ui) projects.

FrontEnd: Go to App folder and install dependencies

  cd ./ui
  npm install

BackEnd: Go to App folder and install dependencies

  cd ./server
  npm install

Run Locally

FrontEnd: Go to App folder and run project

  cd ./ui
  npm run dev

After that you will find FrontEnd project launched on your local machine: http://127.0.0.1:5173/

BackEnd: Go to App folder and run project

  cd ./server
  npm run dev

You will find BackEnd project launched on your local machine: http://127.0.0.1:3000/

to check that server was executed try to view documentation url in the end of this file

Please refer this video:

20240118-0656-43.6710420.mp4
  • No labels