Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jiwhiz/jhipster-elm-demo
WIP: Single Page Web Application with Java Spring Boot backend and Elm UI frontend.
https://github.com/jiwhiz/jhipster-elm-demo
bootstrap elm elm-ui java jhipster jhipster-elm-demo springboot
Last synced: about 1 month ago
JSON representation
WIP: Single Page Web Application with Java Spring Boot backend and Elm UI frontend.
- Host: GitHub
- URL: https://github.com/jiwhiz/jhipster-elm-demo
- Owner: jiwhiz
- License: mit
- Created: 2019-06-02T18:02:40.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-18T03:16:18.000Z (about 1 year ago)
- Last Synced: 2024-04-16T10:09:07.271Z (8 months ago)
- Topics: bootstrap, elm, elm-ui, java, jhipster, jhipster-elm-demo, springboot
- Language: Java
- Size: 1.92 MB
- Stars: 1
- Watchers: 3
- Forks: 3
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jhipster-elm-demo
WIP: Single Page Web Application with Java Spring Boot backend and Elm UI frontend.## Run Locally:
Make sure Elm and Java are installed.
Download Create Elm App by `npm install create-elm-app -g`, and make sure http-server is installed by `npm install -g http-server`.In the jhipster directory, run `./mvnw`
In the elm directory, run `elm-app start` to start the project on localhost:3000.