Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 695 Bytes

File metadata and controls

41 lines (27 loc) · 695 Bytes

JavaScript App Sample

Prerequisites

Refer to the README doc for preparation.

Getting Started

Run FastAPI Backend

Use Python App Sample.

Run React Frontend

  1. Get the repository root.

    # bash/zsh
    REPOSITORY_ROOT=$(git rev-parse --show-toplevel)
    # PowerShell
    $REPOSITORY_ROOT = git rev-parse --show-toplevel
  2. Install npm packages.

    cd $REPOSITORY_ROOT
    npm install
  3. Run the app.

    npm run start
  4. Open a web browser and navigate to http://localhost:3000.

  5. Verify if the web application is running properly.