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