Thanks to visit codestin.com
Credit goes to github.com

Skip to content

typescript project as a learning guide

andrii-z4i/typescript

Repository files navigation

How to run this project locally

  1. Install node and npm over here https://nodejs.org/en/download/ and https://www.npmjs.com/package/npm
  2. Visit http://www.developerhandbook.com/typescript/writing-angularjs-1-x-with-typescript/ and read the full "how to"
  3. Install bower (npm install bower --global)
  4. Run bower install (it will take configuration from bower.json file)
  5. Here in the project I'm not using "tsd". Use typings insted. https://github.com/typings/typings
  6. In my case I've run typings with dt as a source and saved it globally (typings install dt~mocha --global --save)
  7. Run typings install
  8. I build all *.ts into one under build directory and enable mapping to debug it through web tools
  9. Install http-server running command npm install -g http-server
  10. Run http-server -o --cors in top folder of the project
  11. Open http://localhost:8080 in your browser

About

typescript project as a learning guide

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published