IgorMinar / angular-react

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started

npm install

If you are having issues with tsd, run tsd rate to make sure you are not being rate limited by GitHub. If you see a 0/60, then you need to add a GitHub OAuth token with tsd token. More information can be found on the tsd repo.

Then build:

gulp build

Or, to continuously build, just:

gulp

Then open dist/dist.xcodeproj in XCode

About

License:Apache License 2.0


Languages

Language:TypeScript 93.3%Language:JavaScript 6.7%