- DOCUMENTATION
- Introduction
- Quick start
- Starter library
- BAZEL DOCS
- What is Bazel?
- Build files
- Workspace file
- CONNECT
- Email us
Starter library
Starters are Flame apps that are preconfigured for different use cases to give you a head start for your project.
Typescript starter
flame new app https://github.com/tryflame/flame-starter-express-react-typescript
This starter sets up a basic Express Typescript server that serves a static homepage and a basic /api
endpoint that serves a static snippet of JSON. It also includes a React app written in Typescript served at the path /app/
.
Github repo: tryflame/flame-starter-express-react-typescript
Go starter
flame new app https://github.com/tryflame/flame-starter-go-static
This starter sets up a basic Go server that serves static content.
Github repo: tryflame/flame-starter-go-static
Looking for a different starter?
Email us at help@tryflame.com and we’ll get you set up!