Serving Single Page Application (Angular) using Spring Backend

Поделиться
HTML-код
  • Опубликовано: 10 сен 2024
  • In this video, we look at how to serve any Single Page Application (SPA) using Spring Boot backend. We serve Angular App in particular. To accomplish the task, we use Frontend Maven Plugin, which is useful to download Node & npm in the maven project locally and to run various npm and node commands. We can add those commands as executions in pom.xml file to run them at build time of the project. We also discuss how to add eslint and standard-ts to angular app for better coding practices. Below are some useful links:
    Github Repository: github.com/him...
    Spring Initializr Website: start.spring.io/
    Frontend Maven Plugin: github.com/eir...
    Node.js Website: nodejs.org/en
    Angular CLI: angular.io/gui...
    ESLint: eslint.org/doc...
    ts-standard: standardjs.com...

Комментарии • 3

  • @deepakbal841
    @deepakbal841 20 дней назад

    Almost same concept have used in my application but it's implemented in spring boot backend with angularjs frontend. I got the challenge to migrate to angular18 latest version. Thank you for your video. It will help me a lot. I have other files like gulpfile.js, bower.json configuration files. You have very good ideas in frontend with backend, if you could help me some part of my project, I would be very grateful.

  • @lfol97
    @lfol97 11 месяцев назад +2

    Awesome video! I learned a lot, thank you for sharing!

    • @java-rush
      @java-rush  11 месяцев назад +1

      Thank you. I am glad you liked it.