Preview 🔎

Preview your awesome project locally

The Brimble CLI has an option that allows you to see your final project locally before deployment right from the project directory/folder. When testing your web app or website on your local PC, this is a great way to discover any deployment issues before they become a problem. This can be accomplished by running the following command.

brimble dev [options] [project directory]

Options

Brimble CLI allows a couple of options to be passed in while running the dev command, these include:

Now that you've confirmed that your project looks awesome as intended, let's take a look at how to actually deploy your project 😎

Last updated