Tag: bootstrap

  • 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 […]