This is a simple starter project for using Angular version 4 with Webpack 2 hosted on .NET Core 1.1.
I have keept this as simple as possible to allow it to be reused as a strarter project. There are no APIs. No database interactions (no Entity Framework). And no code that would have to be removed.
Features
Prerequisites
Instructions
Usefull Plugins
Usefull Links
Folder Structure
- Angular - version 4
- Angular Webpack Tutorial
- Webpack 2
- .Net Core
- ASP.Net Core
- Bootstrap 4
- Font Awesome
This project was built on a Windows 10 machine using Visual Studio 2017. Node version 6.10.0 and npm 3.10.6
Minimum requirements
- Node.js and npm Node version 4.6 or greater. npm version 3 or greater.
- Visual Studio 2015 Update 3
- Typescript 2
- Included in VS 2017
- Download for VS 2015
- Or install using npm
npm install -g typescript@2.0
- Clone the repository or download it.
- Open in Visual Studio
- Run npm install (or wait for visual studio to do it)
- Press F5 to debug.
comming soon
comming soon