https://github.com/NonFactors/MVC5.Template 여기서 오픈소스를 받고 실행해 보려고 합니다.
Installation
- Before opening project rename it using "Rename Project.exe".
- Build project or restore NuGet packages.
- Set Web as default start up project.
- Open "Package Manager Console" and run "update-database" command on "Data" project.
- Install necessary VS extensions if you don't have them already:
- Web Essentials.
- If you are using VS2013, download Windows Management Framework 4.0. Which is needed for VS2013 scaffolding to work.
- If you area using VS2015, remove T4Scaffolding.Core package, because VS2015 does not support this kind of scaffolding.
설치법을 보고 있는데 3번 4번(Package Manager Console을 켰는데 뭘 쳐야할지..)이 뭘 하라는건지 모르겠습니다