Skip to content
This repository has been archived by the owner on Aug 1, 2019. It is now read-only.

jtucker/aspnet5-angular2-starter

Repository files navigation

ASP.Net 5 and Angular Quick Start Template

Just a simple template for getting up and going with ASP.Net 5 and Angular 2 projects using C# on the server side and TypeScript on the client side.

This is also a learning excercise to keep track of two technologies that I find myself the most productive.

Getting Started

First things first, you will need the following items installed:

  1. ASP.Net 5
  2. Node/NPM
  3. A text editor/IDE of your choice. For me I flip between VS Code & Visual Studio both you can get from here

We then need to install some helper utilities.

npm install -g tsd jspm gulp

Once those are installed you can the execute the dependency installs.

npm run config

Starting up the server

Simply running dnx web will start up a simple web server on port 5000.

About

A starter template for working with ASP.Net 5 and Angular 2.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published