Tag: netlify

  • Build and Deploy a Blog using React, Typescript and GraphCMS

    In this article, we will see how to create a blog app using React, Typescript and GraphQl : Let’s start by building our base: Then we need to install our dependencies : Installing Typescript and Types : Installing Graphql Create a tsconfig.json and add this : Now, our typescript setup is ready. We need to […]

  • Setting up Netlify CMS with Github-Pages Hosted Jekyll Site:

    Lets face it, We have our beautiful Jekyll Site ready, but what if we want to ensure that it is as easy to update the site without any technical / markup sideof it. The administration should be simple and easy for any author or editor who wants to update the content of your site. To solve this […]