Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Full Stack Development with JHipster

You're reading from   Full Stack Development with JHipster Build full stack applications and microservices with Spring Boot and modern JavaScript frameworks

Arrow left icon
Product type Paperback
Published in Jan 2020
Publisher Packt
ISBN-13 9781838824983
Length 428 pages
Edition 2nd Edition
Languages
Arrow right icon
Authors (2):
Arrow left icon
Sendil Kumar Nellaiyapen Sendil Kumar Nellaiyapen
Author Profile Icon Sendil Kumar Nellaiyapen
Sendil Kumar Nellaiyapen
Deepu K Sasidharan Deepu K Sasidharan
Author Profile Icon Deepu K Sasidharan
Deepu K Sasidharan
Arrow right icon
View More author details
Toc

Table of Contents (23) Chapters Close

Preface 1. Section 1: Getting Started with the JHipster Platform
2. Introduction to Modern Web Application Development FREE CHAPTER 3. Getting Started with JHipster 4. Section 2: Building and Customizing Web Applications with JHipster
5. Building Monolithic Web Applications with JHipster 6. Entity Modeling with JHipster Domain Language 7. Customization and Further Development 8. Section 3: Continuous Integration and Testing
9. Testing and Continuous Integration 10. Going into Production 11. Section 4: Converting Monoliths to Microservice Architecture
12. Microservice Server-Side Technologies 13. Building Microservices with JHipster 14. Working with Microservices 15. Section 5: Deployment of Microservices
16. Deploying with Docker Compose 17. Deploying to the Cloud with Kubernetes 18. Section 6: React and Vue.js for the Client Side
19. Using React for the Client-Side 20. Using Vue.js for the Client-Side 21. Best Practices with JHipster 22. Other Books You May Enjoy

Generated pages

Let's start the application to view the generated pages. In the Terminal, execute the Gradle command, as follows:

> ./gradlew

This will start the server in development mode locally. Since the import-jdl step already compiled the frontend code, we don't have to run npm start just to see the new pages, but please note that for further development, it is better to use npm start along with the preceding command. If you had the server already running while generating the entities, then there is no need to run this command; instead, just compile the source again using the ./gradlew compileJava command or using your IDE and Spring DevTools will hot reload the application for you. If you had npm start running, then a hot reload will take place on the client-side as well; otherwise, just refresh the page. We will learn more about hot reloading in the next chapter...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €18.99/month. Cancel anytime