Code Monkey home page Code Monkey logo

temphire.angular's Introduction

Welcome to TempHire Angular

This example demonstrates a reference architecture for data driven business applications. It uses Angular 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 8.11.1 or higher
  2. Npm 5.0 or higher
  3. Gulp npm install gulp -g

.NET requirements

  1. Visual Studio 2015 Update 3 or higher
  2. TypeScript 2.4 or higher
  3. Node 8.11.1 LTS or higher
  4. Npm 5.0 or higher
  5. Gulp npm install gulp -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 6.x from https://nodejs.org and make sure you choose to add it to your path.

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.