Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.