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

https://github.com/jbock-java/hello-springboot


https://github.com/jbock-java/hello-springboot

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

This is a go / baduk server.

### Hacking

First, start the backend server.

```
make run
```

Your terminal window or tab is blocked now, so open a new one.

You may have to run `npm i` once, in `src/main/client`.

From the project root, you can now start the dev server:

```
make dev
```

The app is running at [http://localhost:3006](http://localhost:3006/app).

Try editing a file in `src/main/client/src`.
The change should immediately be visible in the browser.