Skip to content

Installation steps

Access the codebase

After you download or clone the repository, navigate to the project directory and follow the following steps.

Install dependencies

  • Navigate to <your-app-name> directory.

  • Navigate to backend/express-js

    • You can use these package managers to install the dependencies.

      npm
      Terminal window
      npm install
      yarn
      Terminal window
      yarn install
      pnpm
      Terminal window
      pnpm install
      bun
      Terminal window
      bun install
  • Navigate back to <your-app-name> directory, then navigate to frontend/

    • You can use these package managers to install the dependencies.

      npm
      Terminal window
      npm install
      bun
      Terminal window
      bun install
    • yarn and pnpm (coming soon…)