Refer to the README doc for preparation.
Use Python App Sample.
-
Get the repository root.
# bash/zsh REPOSITORY_ROOT=$(git rev-parse --show-toplevel)
# PowerShell $REPOSITORY_ROOT = git rev-parse --show-toplevel
-
Install npm packages.
cd $REPOSITORY_ROOT npm install
-
Run the app.
npm run start
-
Open a web browser and navigate to
http://localhost:3000. -
Verify if the web application is running properly.