#Lab (educational app)
##Technologies used:
- Typescript
- TSD
- Angular 1.4.7
- Angular UI Router
- Bootstrap
- Some stuff, automated via
gulp
- Sourcemaps
- Browserify (+tsify)
- NgAnnotate
- Bower
- Uglify
- Sass
- Inject
- TemplateCache
- require-dir
##App description
Application shows GitHub users on the main page and specific user data if you choose in the list or visit /accounts/_login
url.
##How to start the application
- Download it to your local environment;
- Install npm;
- Run
npm install
andgulp
in the root of application; - Open
<app_folder>/dist/index.html
in a browser.