Skip to content

Start your local Custom ExpressJS server

  • Navigate to the backend/express-js directory from the root of the project.

    Terminal window
    cd backend/express-js
  • Start your Custom ExpressJS server.

    Terminal window
    npm run dev
  • Start the server in docker container

    Terminal window
    npm run docker:dev