Skip to content

hungcao181/AngularTypeScriptExpenseManager

 
 

Repository files navigation

Expense Manager with Angular and TypeScript

This application demonstrates how Angular and TypeScript can be used together. It relies on a Node.js RESTful backend service. Note that the Node.js service relies on static data so changes to data won't presist across node process restarts.

The application uses:

  • Angular
  • TypeScript
  • Node.js

The TypeScript source can be found in the src/public/app folder.

Usage

  1. Install global dependencies if necessary

     npm install -g gulp-cli tsd
    
  2. Install node packages (installs tsd definitions and compiles TS):

     npm install
    
  3. Launch the server

     npm start
    
  4. Open browser at http://localhost:8000/

About

Sample application that uses Angular, TypeScript and Node.js.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 49.6%
  • HTML 27.6%
  • JavaScript 13.3%
  • CSS 9.5%