Skip to content

alsocalledchris/Github-search-example-with-Angular-and-Typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github-search-example-with-Angular-and-Typescript

Example use of Typescript with AngularJS hitting Github API

This project is an example of how to use Typescript with AngularJS and basic SASS. It uses Gulp and Bower for build tasks and JS dependencies and is hosted via Node.

The build tasks create a release folder with the App using mini-fied CSS and JS. Watch task is used to generate the JS and CSS files from Typescript and SASS files and should be run whilst developing.

#To run

Goto github source folder in PowerShell and run the below commands in order:

npm install
bower install
gulp build
npm start

View ready to release version under /release/index.html with minified JS and CSS. Run gulp task 'watch' to make changes to files (will re-generate CSS and JS on save of SCSS and TS files)

(You will need bower and gulp installed globally - use "npm install gulp -g" and "npm install bower -g" if the above commands throw errors)

About

Example use of Typescript with AngularJS hitting Github API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published