kadirahq / lokka

Simple JavaScript Client for GraphQL
MIT License
1.53k stars 61 forks source link

Using lokka in a traditional SPA #18

Open razaali20 opened 8 years ago

razaali20 commented 8 years ago

I would like to try out lokka in my SPA built using knockout and AMD (require) on the client side and ASP.Net on the server side. I use bower to install new libraries.

I was unable to find a bower package for lokka. Please suggest how to include and use it in such a situation.

Thanks