/brimble

Shipping modern web applications at ease 🚀

Primary LanguageTypeScriptApache License 2.0Apache-2.0

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