https://github.com/jbock-java/hello-springboot
https://github.com/jbock-java/hello-springboot
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jbock-java/hello-springboot
- Owner: jbock-java
- Created: 2024-06-07T07:20:08.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-29T12:42:32.000Z (8 months ago)
- Last Synced: 2024-10-29T15:12:04.887Z (8 months ago)
- Language: JavaScript
- Size: 1.58 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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.