Skip to content

a crappy fastapi development server that can preprocess TS, TSX, SCSS, etc... on any GET request. this way, you can reference "*.ts", "*.scss", etc... files directly in your html files

License

Notifications You must be signed in to change notification settings

omar-azmi/fastdev_py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fastdev_py

FastAPI development server that JIT preprocess TS, TSX, SCSS, etc... files without littering your filesystem at all.
also, has in-memory caching of preprocessed files.
under the hood, it uses Deno along with a webassembly version of esbuild to transform your requested files

About

a crappy fastapi development server that can preprocess TS, TSX, SCSS, etc... on any GET request. this way, you can reference "*.ts", "*.scss", etc... files directly in your html files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published