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

Version 1 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

FAQ

Can I add read databases like DynamoDb or AWS to this project?

Yes, you need to fork this repo and then add your data-base logic to places marked with // @emulate-db-request

Can I run this project without Ares Kudo Server installed?

Yes, but you will be able to navigate and browse folders, but editor will be inaccessible

  • No labels