Deploy your FastHTML project to Vercel with zero configuration.
Live Example: https://fasthtml-template.vercel.app
Visit the FastHTML documentation to learn more.
Install the required dependencies:
pip install -r requirements.txt
Start the development server on http://0.0.0.0:5001
python main.py
When you make changes to your project, the server will automatically reload.
Deploy your project to Vercel with the following command:
npm install -g vercelvercel --prod
Or git push
to your repostory with our git integration.
To view the source code for this template, visit the example repository.
Deploy your FastHTML project to Vercel with zero configuration.
Live Example: https://fasthtml-template.vercel.app
Visit the FastHTML documentation to learn more.
Install the required dependencies:
pip install -r requirements.txt
Start the development server on http://0.0.0.0:5001
python main.py
When you make changes to your project, the server will automatically reload.
Deploy your project to Vercel with the following command:
npm install -g vercelvercel --prod
Or git push
to your repostory with our git integration.
To view the source code for this template, visit the example repository.