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

https://github.com/gotoolkit/go-react-app

golang & react app
https://github.com/gotoolkit/go-react-app

docker golang react

Last synced: 11 days ago
JSON representation

golang & react app

Awesome Lists containing this project

README

          

## golang react app

### Quick Start

```
docker-compose up -d
```

go server: http://localhost:8080
react dev server: http://localhost:3000

### build react

```
docker-compose up -d build
```