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
packagesdirectory and find theapiandclientdirectory. - Create a new file
.envinside of theclientdirectory. If it doesn't exist, then copy the contents of.env.exampleinto it to be able to run the client on a development environment. - Do the same for
apicreate a.envinside of theapidirectory. If it doesn't exist, then copy the contents of.env.exampleinto 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