Skip to content

maxprog/totaljs-angular2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Total.js + Angular2 with TypeScript

Installation

  1. Install the total.js in project directory or globally with option -g
npm install -g total.js bower typescript 
  1. Install the dependencies in /client
npm install
  1. Install bower dependencies in /client (boostrap and jquery lib)
bower install
  1. compile .ts files in Angular. Open another command line and go to the /client folder and run
npm run tsc -w
  ```

5. Start the server from the root directory of project

node server ```

  1. Visit http://localhost:8000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published