We have done one big web app with Asp.Net MVC + angular. Now we are 
starting with update to the same app, moving the complete app to Asp.Net 
Core
I am trying to create a start template wherein I use Asp.Net Core and 
Angular with WebPack. I do not want to use Gulp/Grunt. I want to keep 
command line tools as limited as possible.
I assume I can write tasks with WebPack also. And WebPack allows me a lot 
of configuration options for environmental releases.
Also, I do not want to start with some starter template. Rather want to 
create one. This allows me control over added components, and also allows 
me to understand and resolve if any issues come.

I will summarize my thought here, 
- VS 2015, Asp.Net Core, Blank Project
- Add Angular
- Add Webpack
- It should run with VS Build. I build application, and i should be able to 
browse with URL.
- Diff configuration for dev and release modes. For dev, copy the app files 
to wwwroot, so that i can debug application in browser, if needed. For 
release mode, build the files in dist folder.

I want to keep this simple, and developer friendly. I see lot of samples 
available online, but every sample either relys on gulp for tasks, or 
includes hell lot of number of things. 
I want to keep this simple and clean !!

Getting stuck at points, hence want to take help of community on how to 
move ahead with this thing.
I can create a git repository for this, and make it public for open 
contribution.

-- 
You received this message because you are subscribed to the Google Groups 
"Angular and AngularJS discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to