this most likely won't clear up the start error, just double checking
<!--
When creating a new PR, please do the following:
* Reference the issue number if there is one, e.g.:
Fixes #Issue_Number
The "Fixes #nnn" syntax in the PR description allows GitHub to automatically close the issue when this PR is merged.
NOTE: This is a comment; please type your descriptions above or below it.
-->
* npm test directory wrong
Running the command in the project root complains that no package.json can be found. You have to run the command from the ClientApp directory where the package.json is located also indicated in the instructions on the splash page "The ClientApp subdirectory is a standard Angular CLI application. If you open a command prompt in that directory, you can run any ng command (e.g., ng test), or use npm to install extra packages into it."
* Minor edits
* Create mvc2.md
Added temp file to house doc requested in #3809
* Initial outline of document
* Added Note for Special Tooling (VS 2017 Preview 3)
Will remove when Preview 3 is updated into Release
* Added Porting Link
* Added Core DI Sample
* added DI Section
* Added Storing Configuration Settings Section
* Adding Custom Settings samples
* part of static content
* static content section
* .net standard section
* Adding Edit in VS 2017 Image
* Samples for Startup
* startup and csproj section
* update image reference
* Updates to Migration Doc
changes per @scottaddie
* Final round of changes
Please review
* Edits
* Fix invalid xref link
* More edits
* More edits
* More edits
* More edits
* More edits
* More edits
* Move Content to different directory
* Update Code Sample Links
* change sample location
* ::
* Update Sample Filenames
* Minor edit
* Remove extra space
* More edits
* Move Static Folder
* update reference to image
* Update mvc2.md
* Minor tweaks
* Changes to sample file
* Change copy for Configuration Section
* Fix code formatting
* Remove extra line feed
* Remove extra line feed
* Fix 3xx/4xx/5xx Status Codes in aspnetcore folder
* Take out locality references in urls:
* change MSDN urls to docs.microsoft if possible
* Update aspnet-core-module.md
* Update iis.md
* Remove localization from external links
* Initial commit for revised SpaServices doc
* Add Tag Helpers text and code
* Add screenshot of global postList variable
* Restore Tag Helpers code sample to original state
* Adjust Tag Helpers heading styles
* Add Webpack Dev Middleware code and text
* Reorganize headings and start to HMR content
* HMR changes
* Additional tweaks to content
* Add HMR screenshot and finish SpaServices prereqs section
* Start to project creation content for .NET Core CLI
* Add Karma / Jasmine testing content
* More minor tweaks
* Refine existing content
* Remove unused Tag Helper from Index view
* Update TOC
* Start publishing section of content
* Finish writing publishing section of content
* Remove original, unused images
* Replace future tense usage
* Update spa-services.md
* Implement suggestions from Tom and Rick
* Implement suggestions from Damien