Deployment made easy
- 📦 Instant and Optimized Build
- ⚡️ Lightning Fast Possible Web Frontends
- 🛠️ Rich Features
- 🔑 Preview Mode Activated
- 💄 Easy UX Workflows
- 💡 Modern-Day Magic
- 📈 Analytics
Brimble is a platform as a service that simplifies the deployment of a web application. It allows you to ship modern web applications at ease and fast. It's best for frontend frameworks, jamstack and static sites.
We make it easy for developers to focus on what matters and leave Brimble to handle the server infrastructures, where simplicity and efficiency is the default.
- Fork this repository to your own GitHub account and then clone it to your local device
- Install dependencies with
yarn install
- You can look at the
packages
directory and find theapi
andclient
directory. - Create a new file
.env
inside of theclient
directory. If it doesn't exist, then copy the contents of.env.example
into it to be able to run the client on a development environment. - Do the same for
api
create a.env
inside of theapi
directory. If it doesn't exist, then copy the contents of.env.example
into it to be able to run the server on a development environment.
-
Startup the server - Run
yarn start | yarn dev
-
This will run the api and the client on http://localhost:9999 and http://localhost:8080 respectively.
Happy hacking 👨🏽💻.
Apache-2.0