Tagged: Setup

Multiple SSH keys for different GitHub accounts - Clue Mediator

Multiple SSH keys for different GitHub accounts

Today we’ll show you how to set up multiple SSH keys for different GitHub accounts. When you need to work with the two different GitHub accounts and those accounts need...

Error handling in React - Clue Mediator

Error handling in React

Error handling should be the most important part of the large scale application so today we’ll show you the error handling in React using componentDidCatch method. There are different types...

How to setup a project in Next.js - Clue Mediator

How to setup a project in Next.js

Today we will show you how to setup a project in Next.js. It’s the first article of the Next.js where we will teach you the steps to initialize the Next.js...

How to clone Git repository - Clue Mediator

How to clone Git repository

Today we will show you how to clone git repository with HTTPS. Here we will give you step by step instruction for it. Git clone remote repository, How do you...

Set environment variables in ReactJS - Clue Mediator

Set environment variables in ReactJS

Today we will show you how to set environment variables in ReactJS. If you are working with a large scale application then you may need to set the different value...

Configure username and email in Git - Clue Mediator

Configure username and email in Git

Today we will show you how to configure username and email in Git at global level and local level. It will be used when you commit your code in repository....

How to install Git in Windows - Clue Mediator

How to install Git in Windows

Today we will show you how to install git in windows operating system. You can also install it in Mac OS X and Linux/Unix. How to install Git in Windows,...

Git Clone Error: Repository not found - Clue Mediator

Git Clone Error: Repository not found

Today we will show you how to fix the git clone error: Repository not found. This is a common error while you have a private repository and you are trying...

Create REST API in Node.js - Clue Mediator

Create REST API in Node.js

Today we will show you how to create REST API in Node.js. So we can use it in front-end application like ReactJS, Angular, Vue.js, etc. Create REST API in Node.js,...