Skip to content

Commit 0cfde41

Browse files
authored
Create README.md
1 parent 7675fb6 commit 0cfde41

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# MVC_Start
2+
Starting point for an MVC Core project
3+
4+
This is a usable starting template for an MVC core web application project that Microsoft should have provided with Visual Studio. This updates the empty MVC core web application template with the following changes. Tested with Visual Studio 15.5.4:
5+
6+
Added folder hierarchy to wwwroot folder - css, img, js, lib
7+
8+
Added Controllers, Models, Views folders
9+
- and added basic content
10+
- copied the ViewStart and Layout cshtml files from the MVC template
11+
- simplified Layout.cshtml by removing references to bootstrap etc
12+
13+
Added appsettings and bundleconfig files
14+
- copied from the MVC template
15+
16+
Updated Startup.cs class
17+
- to include MVC services
18+
- using the MVC template as the reference

0 commit comments

Comments
 (0)