Static HTML
Quickstart
Purpose
The Static HTML framework is needed for:
- Websites that are simple, static HTML
- Frameworks that are not yet supported
Please create an issue on GitHub for a new framework to be supported by Bunny Launcher.
Configuration
By default, Bunny Launcher automatically configures these options for the Static HTML framework:
--build-command
defaults to[]
--build-framework
defaults tostatic-html
--build-out-dir
defaults to./
--not-found-spa
defaults tofalse
Please customize these options to fit your project.
Deployment
Preview
npx --yes serve@latest ./
Deploy
npx --yes bunny-launcher@latest --interactive