Skip to content

☕ 📋 Template repository for JHipster project developments.

License

Notifications You must be signed in to change notification settings

Monogramm/jhipster-template

Repository files navigation

License: AGPL v3 Docs gitmoji-changelog Build Status Coverage Status GitHub stars

JHipster template

⚗️ Template repository for JHipster project developments.

This project is a sample JHipster application with additionnal module and some custom developments.

Here is the list of additional features integrated or used in this template:

🚧 This project is still in development!

📘 Docs

See GitHub Pages at monogramm.github.io/jhipster-template.

📈 Changes

All notable changes to this project will be documented in CHANGELOG file.

This CHANGELOG is generated with ❤️ by gitmoji-changelog This project adheres to Semantic Versioning.

🚧 Install

npm install

🚀 Usage

Development

To run the backend:

./mvnw

To run the frontend:

npm start

Production

./mvnw -Pprod clean verify

To ensure everything worked, run:

java -jar target/*.jar

Then navigate to http://localhost:8080 in your browser.

✅ Run tests

./mvnw verify

👤 Authors

Monogramm

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page. Check the contributing guide.

👍 Show your support

Give a ⭐ if this project helped you!

📄 License

Copyright © 2020 Monogramm.
This project is AGPL v3 licensed.


This README was generated with ❤️ by readme-md-generator