Skip to content

Trolleybus/dotnetcliangularcli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotnet CLI & Angular CLI

An empty project which connects a DOT.NET Core WebAPI with an angular app.

Note

This project will grow over the next couple of months (16.04.2017). The Angular app can be run standalone from the frontend directory.

Prerequisites

  • Node 6.9.0 or greater
  • NPM 4.5.0 or greater
  • dotnet CLI 1.1.0 or greater

Installation

Usage

To restore all dependencies:

gulp restore

To spin up the machine and have live development:

gulp

This will build the angular app and copy it into the folder backend/wwwrooot, this task is run as a watch. At the same time it runs dotnet watch run which runs at http://localhost:5000 and serves the application.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors