Skip to content

luastoned/fastpi

Repository files navigation

FastPI

What's inside?

Getting started

  1. Create the project.
npx degit luastoned/fastpi app-name
  1. Access the project directory.
cd app-name
  1. Initialize a git repository.
git init
  1. Install dependencies.
yarn
  1. Serve with hot reload at http://localhost:42000.
yarn dev