This is a svelte template with preinstalled features such as:
FastAPI
To install this template, run:
degit noizrom/svelte <project-name>
# then cd into the project directory
cd <project-name>
To get started, run:
# Installing backend dependencies
pipenv install
# Installing fronend dependencies
pnpm install
npm
or yarn
to install frontend dependencies# Starting the backend server
pipenv run python -m server.run dev
# Starting the frontend developement server
pnpm run dev
http://localhost:7000
. check the api by going to http://localhost:7000/docs
pnpm build
pipenv run python -m server.run
public/
files directly