This will provide workspace for Angular Web App development using Typescript and RequireJs Module.
In order to use this repo, check if
- Node and npm
- bower
- git
- grunt
- tsd
is installed on your system.
git clone https://github.com/linux-nerd/ng-ts-amd.git
- Apache WebServer is used (XAMPP, WAMP, MAMP, LAMP)
npm install
(will executebower install
,tsd install
andgrunt
command. And browse through localhost:{port}/ng-ts-amd/dist/ and localhost:{port}/ng-ts-amd/dist/apple).grunt release
(will create release folder . Browse through localhost:{port}/ng-ts-amd/release/)
npm test
(will execute karma start command and the test will be executed on PhantomJs)