How to deploy Angular 2 application developed in Typescript to production?

前端 未结 6 715
情深已故
情深已故 2020-12-05 01:47

I am new to Angular 2. I am confused with how Angular 2 works in production environment.

  1. What are the prerequisites for running Angular 2 application in pr

6条回答
  •  粉色の甜心
    2020-12-05 02:38

    There are many starter seed projects that include the ability to serve and build your project. I am using (and very happy with) https://github.com/antonybudianto/angular2-starter

    You can find many others here: https://github.com/timjacobi/angular2-education#boilerplates

提交回复
热议问题