Skip to content

EmilyReif/ts_py_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple TS + Python app

A simple front and backend app for vis experiments.

Demo

Running the server

$ python -m venv ts_py_server && . ts_py_server/bin/activate && pip install -r requirements.txt
$ python -m server

Watch the typescript/css/html

In a separate terminal window, build the frontend code, watching and rebuilding on new changes.

$ cd ui && yarn && yarn start

Navigate to http://localhost:3000/

Jupyter notebook

Also a utility jupyter notebook for debugging and quick experimentation.

About

A simple, forkable demo server.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages