TaskJuggler Rest Client
- AngularJS -> https://angular.io
- Twitter Bootstrap -> http://getbootstrap.com
- HTML5/CSS3 -> Aria, RDF
- TDD -> CasperJS/PhantomJS
- Rest as per Roy T. Fielding definition, not some (JSON|XML)-RPC "restish" interface by contract
- Functional CasperJS Test based on RDF/Aria markup
- Karma Unit Tests
- AngularJS Rich Domain Components
- AngularJS 2 is built on top of TypeScript
- HTML5/CSS3 Components
- Visual Identity
- Icon
#Contribute ##Dependencies
To run this project you need to have:
##Setup the project
1.Install the depedencies above.
2.Clone the project.
git clone https://github.com/TJRest/TJRest.AngularJS2.git
3.Go into the project folder
cd TJRest.AngularJS2
4.Install the gulp dependencies
npm install
5.Install the bower dependencies
bower install
##Server
To start a local server go to project folder and run the command:
gulp serve
Access localhost:3000
##Testing
This project has a e2e test, you can run the test with this command:
gulp test
##Building
To build a server's deploy version, just run the above code and the deploy version will be available on /dist folder.
gulp build