Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fabienarcellier/demo-use-alfred-with-fastapi-and-react

demo to shows alfred usage as build agent for fastapi and react
https://github.com/fabienarcellier/demo-use-alfred-with-fastapi-and-react

Last synced: 25 days ago
JSON representation

demo to shows alfred usage as build agent for fastapi and react

Awesome Lists containing this project

README

        

## Demo - Use alfred as build agent with fastapi and react

[![ci](https://github.com/FabienArcellier/demo-use-alfred-with-fastapi-and-react/actions/workflows/main.yml/badge.svg)](https://github.com/FabienArcellier/demo-use-alfred-with-fastapi-and-react/actions/workflows/main.yml)

This repository is a demo to show how to use alfred as build agent with fastapi and react. A blog article accompanies this repo. (coming soon)

## Getting started (Lazy mode)

[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/FabienArcellier/demo-use-alfred-with-fastapi-and-react)

1. show documentation for alfred's commands

```bash
alfred --help
```

2. run the commands you want, like ``alfred ci``

![](demo-gitpod.gif)

## Getting started (In local)

1. clone this repository

```bash
git clone https://github.com/FabienArcellier/demo-use-alfred-with-fastapi-and-react.git
```

2. install dependencies with poetry

```bash
poetry install
```

3. show documentation for alfred's commands

```bash
alfred --help
```

4. run the commands you want, like ``alfred ci``