Ninetiger blog

-- my reminder

Steps to setup a new ASP.NET core base project as a start point (part1 libs)

With the new ASP.NET core 1.0, I am gonna use 3 library management tools together: 

  • nuGet: manage server site libs, eg asp.net libs
  • npm: mainly used to download gulp and gulp add ons. gulp is a tasks runner for development.
  • bower: used to manage client site libs.
Comments:

Back to top