- NodeJS
- TypeScript or
$ npm install -g typescript
- .NET Core 1.1 SDK
Clone the project files and go to the project's folder
$ git clone https://github.com/ic1011/angular2-contact-list.git
$ cd angular2-contact-list/ContactList
Restore the dependencies and start the application
$ npm i
$ dotnet restore
$ dotnet run