Skip to content

christophercr/todos-ts-ng2

Repository files navigation

todos-ts-ng2

About

Demo app using Angular 2, Typescript and Webpack

  • Angular2
    • of course ;)
  • TypeScript
    • the future of JavaScript available now
  • TSLint
    • linter for TypeScript (checks code quality/style)
  • Typings
    • manage TypeScript type definitions
  • FakeRest
    • fake rest API server
  • Karma
    • unit test runner
  • Jasmine
    • bdd unit testing library
  • Webpack
    • module bundler & loader

This project has been adapted from the following projects for learning purposes:

Installation

First of all, make sure that you have installed NodeJS & npm: https://nodejs.org/en

Then you can get this project in 2 ways:

Now you can download all the necessary dependencies using the setup script: npm install.

Main Scripts

  • npm run test: run unit tests with Karma
  • npm run server: start the Webpack development server
  • npm run lint: check typescript code quality/style
  • npm run tsc: compile typescript files into javascript
  • npm run typings-install: install typings defined in typings.json file

License

This project and all associated source code is licensed under the terms of the MIT License.

0 Looking

About

Demo app using Angular 2, Typescript and Webpack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published