Currently, Bon5R supports three main deployment platforms.
If you want to know other ways to deploy a Bon5R app/want to add your own provider here, follow these steps:
Contributions are always welcome!
Before we can deploy our project to the web, we need to have a repository hosted on GitHub that your server provider can access.
Run the following command in the root directory of your project:
git init -b main
main
Run the following command in the root directory of your project:
git add . && git commit -m "initial commit"
Run the following command in the root directory of your project:
gh repo create
Follow the prompted steps and your repository should be published on GitHub after it is done.
If you want to use GitHub Desktop, or a more interative GUI, I suggest you read the docs on Github on Adding locally hosted code to GitHub.
For a live demo of an application bootstrapped with create-bon5r-app
take a look at the following links:
To run a server on your local computer, follow these steps.
You can build the application by running the command
yarn build
You can start the local server by running the following command
yarn start