Skip to content

Commit

Permalink
Merge pull request #1 from itayB/readme
Browse files Browse the repository at this point in the history
fix(readme): init
  • Loading branch information
itayB authored Apr 3, 2024
2 parents de2c3ea + 0312784 commit 0d03583
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 0d03583

Please sign in to comment.