Skip to content

A basic example about using SvelteKit as the frontend with a Flask webapp.

License

Notifications You must be signed in to change notification settings

ArkStructCodes/flask-sveltekit-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prerequisites

  • python
  • node and npm

Developing

  • Install flask using pip or an equivalent tool
  • cd into frontend, then run npm install

Now you can use python run_debug.py to start a local development server. This starts at http://127.0.0.1:5000 by default.

About

A basic example about using SvelteKit as the frontend with a Flask webapp.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published