15 lines
451 B
Markdown
15 lines
451 B
Markdown
# Backstory web frontend
|
|
|
|
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
|
|
|
|
When building the main docker containers, this application is built and served as static content.
|
|
|
|
To use in development, you can launch the React server:
|
|
|
|
```
|
|
docker compose exec backstory /opt/backstory/shell
|
|
cd frontend
|
|
npm start
|
|
```
|
|
|
|
At that point, you can then connect to the server running the container on port 3000. |