Skip to content

elasticarch/temphire.angular2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Welcome to TempHire Angular 2#

This example demonstrates a reference architecture for data driven business applications. It uses Angular 2 as the overall application framework and Breeze for the distributed client data management.

The application demonstrates common scenarios found in these types of applications such as multi-screen routing, master-detail views, editing, saving etc.

Prerequisites

TempHire is available with both a .NET server and a Node.js server. Pick the technology you are familiar with.

Node requirements

  1. Node 4.5.0 or higher
  2. Npm 3.0 or higher
  3. Gulp npm install gulp -g
  4. Typings npm install typings -g

.NET requirements

  1. Visual Studio 2015 Update 3
  2. TypeScript 2
  3. Node 4.5.0 or higher
  4. Npm 3.0 or higher
  5. Gulp npm install gulp -g
  6. Typings npm install typings -g

Build and run the application

Node

  1. npm install
  2. gulp
  3. Open browser to http://localhost:3000/

For more information on the node server, read the Server Readme.

Visual Studio

Open the solution in Visual Studio, build and run. It should automatically restore all npm and NuGet packages. The database gets automatically created.

If there are issues with building the solution, then it's most likely because Visual Studio is using outdated versions of the web tools or is missing them. In this case install the latest Node 4.x from https://nodejs.org and make sure you choose to add it to your path. We've made the best experience with npm v3 or higher. To update to npm v3 use the following utility https://www.npmjs.com/package/npm-windows-upgrade.

You will also need to install Gulp globally, so that Visual Studio will find it in your path.

npm install gulp -g

Once everything is installed, in Visual Studio go to Tools|Options|Project and Solutions|External Web Tools and make sure Visual Studio is using $(PATH) as seen below as the location for the external web tools.

External Web Tools

About

A comprehensive business application example with Angular 2 and Breeze

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • CSS 37.1%
  • TypeScript 20.2%
  • C# 18.9%
  • PLpgSQL 12.2%
  • JavaScript 7.3%
  • HTML 4.3%