Refer to the README doc for preparation.
Use Python App Sample.
NOTE: If you use GitHub Codespaces, make sure that the Python app port,
8000, is set to public.
-
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/complete/javascript npm install
-
Run the app.
npm run dev
-
Open a web browser and navigate to
http://localhost:3000. -
Verify if the web application is running properly.