Experiment with different Python number formatting parameters in-browser.
- Run the API using:
uvicorn index:app --reload
- Adjust the host in
page.ts
to behttp://localhost:PORT
wherePORT
can be found from the Python API output. - Run vite in development mode with:
npm run dev
Front-end is hosted on netlify and building is configured using the 'netlify.toml' configuration file in the root directory of this project.
The API which processes all of the string formatting is hosted on vercel and is configured using the 'vercel.json' configuration file in the root directory of this project.