spotyngular icon indicating copy to clipboard operation
spotyngular copied to clipboard

vNext - build setup ?

Open sgentile opened this issue 9 years ago • 1 comments

Great tutorial and code setup - curious - could you share perhaps how you would go about setting up a build for deployment (minification, etc...)

Thanks!

sgentile avatar Nov 05 '15 15:11 sgentile

@sgentile if you use angular-cli to create the project, you would have a build for production out-of-the-box.

https://github.com/angular/angular-cli

angular-cli project aims to clone ember-cli project (it uses the same code base) which has really nice tools for day to day development, build tools and deployment. The project is in an early stage but in my opinion it's going to be the standard way to build Angular 2 projects in the same way ember-cli is the standard way to build Ember projects.

I'm creating a small workshp using this tool, you can check https://github.com/san650/angular2-workshop (work in progress :smile:)

san650 avatar Nov 08 '15 23:11 san650