Skip to content

Commit

Permalink
fix(readme): init
Browse files Browse the repository at this point in the history
  • Loading branch information
itayB committed Apr 3, 2024
1 parent de2c3ea commit 0312784
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# A FastAPI Server with a packaged React Application

A simple demo server for demonsrating how to use a packaged [frontend application](https://github.com/itayB/vite-project).

## Getting Started

### Usage

You can install this server and run it with:

```shell
pip install -r requirements.txt
python -m backend
```

## Contribution

### Installation

```shell
pip install -r requirements.txt
```

0 comments on commit 0312784

Please sign in to comment.