Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/angellusmortis/boundlexx-ui
Frontend for Boundlexx API.
https://github.com/angellusmortis/boundlexx-ui
docker openapi react typescript
Last synced: 20 days ago
JSON representation
Frontend for Boundlexx API.
- Host: GitHub
- URL: https://github.com/angellusmortis/boundlexx-ui
- Owner: AngellusMortis
- Created: 2020-10-02T21:25:33.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-13T01:40:03.000Z (over 3 years ago)
- Last Synced: 2024-10-08T20:41:21.801Z (about 1 month ago)
- Topics: docker, openapi, react, typescript
- Language: TypeScript
- Homepage: https://www.boundlexx.app/
- Size: 2.37 MB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Boundlexx UI
## Requirements
This project is configured to work with Docker inside of VS Code using the
Remote Containers extension. It is recommend to use those. So make sure you have:- [Docker](https://docs.docker.com/get-docker/)
- [VS Code](https://code.visualstudio.com/) with the [Remote Containers extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers).## Setup
1. Clone the repo.
2. Copy `docker-compose.override.example.yml` to `docker-compose.override.yml`
and customize it if you want
3. Then open the `boundlexx-ui` folder in VS Code.
4. Ensure the extension "Remote - Containers" (`ms-vscode-remote.remote-containers`) is installed.
5. You should be prompted to "Reopen in Container". If you are not, run the
"Remote-Containers: Reopen in Container" from the Command Palette
(`View -> Command Palette...` or `Ctrl+Shift+P`)
6. VS Code will now build the Docker images and start them up. When it is
done, you should see a normal VS Code Workspace
7. Go to http://127.0.0.1:4000 in your Web browser