Best way for deploy angular.js application made with yeoman?

cflores29

I´m building application SPA using angular.js with yeoman which connect with a API RESTful made in Java using spring-MVC . i´m begginer for deploy web applications in angular and so i want to know some differents alternatives or best practice , for example deploy in http-server as apache, inside war using application-server as tomcat , or another option or suggestions .

Thanks a lot for help .

vucalur

Then your frontend code is production-ready, just run $ grunt build
and serve static resources produced by Yeoman (Grunt in fact) by the very same server that is responsible for providing the backend of your app.

take a look at my answer to similar question, showing project structure and some necessary configuration for Yeoman & Spring-MVC.

In some more advanced deployments scenarios, there might be a need for introducing load-balancing and you might need separate servers for the frontend and backend, but we are talking about basic config here.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Best way for deploy angular.js application made with yeoman?

From Dev

Deploy yeoman node.js application to Elastic Beanstalk

From Dev

Deploy yeoman node.js application to Elastic Beanstalk

From Dev

Easy and free way to deploy a website made with Express (node.js)?

From Dev

Angular.js beginner: Is Yeoman scaffolding the wrong way to go?

From Dev

Best way to deploy Spark?

From Dev

Best way to deploy Spark?

From Dev

how to deploy yeoman angular-fullstack project?

From Dev

Best way to preload images with Angular.js

From Dev

Angular.js, Yeoman, Grunt

From Dev

Angular.js, Yeoman, Grunt

From Dev

Best practice to deploy a web application

From Dev

Angular JS - Best Way to UI Testing Angular js projects

From Dev

Angular JS - Best Way to UI Testing Angular js projects

From Dev

Deploy angular application on IIS

From Dev

Best way to maintain the application hostname and port for a Node.js app

From Dev

Easiest way to deploy docker application

From Dev

Yeoman angular automatic vendors JS not adding

From Dev

Yeoman angular automatic vendors JS not adding

From Dev

what is the best way to store data in client side(angular js)?

From Dev

Best way to Deploy ASP.NET webapplication

From Dev

Best way to package and deploy mojolicious apps

From Dev

Best way to build/compile/deploy ReactJS to production

From Dev

Best way for JS architecture?

From Java

Best way to structure a tkinter application?

From Dev

Best way to use OAuth for application

From Dev

Best way to Hide and Restore an Application

From Dev

What's the best way to detect Android devices made before 2012?

From Dev

Correct Way to Import D3.js into an Angular 2 Application

Related Related

HotTag

Archive