eni4sure / brimble

Shipping modern web applications with ease πŸš€

Home Page:https://brimble.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Brimble logo

tech stack github discussion

Brimble ⚑

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.

Want to Contribute?

Installation

  1. Fork this repository to your own GitHub account and then clone it to your local device
  2. Install dependencies with yarn install
  3. You can look at the packages directory and find the api and client directory.
  4. Create a new file .env inside of the client 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.
  5. Do the same for api create a .env inside of the api 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.

Running the server locally

  1. Startup the server - Run yarn start | yarn dev

  2. This will run the api and the client on http://localhost:9999 and http://localhost:8080 respectively.

Happy hacking πŸ‘¨πŸ½β€πŸ’».

License

Apache-2.0

About

Shipping modern web applications with ease πŸš€

https://brimble.app

License:Apache License 2.0


Languages

Language:TypeScript 89.2%Language:JavaScript 10.8%