Intro to GitPod: A cloud development environment
Cloud technology has revolutionized many aspects of software development. One of the most interesting tools to emerge from the cloud is the cloud development environment, or CDE. Like an IDE, a CDE gives you access to a full-blown development environment, but within a browser. Among top-shelf CDE options, one of the most compelling is GitPod.io. Let’s get a hands-on look at this innovative cloud-based development tool.
Build a React app with GitPod
Developers are always yearning for more simplicity in our tools. GitPod makes it simple, indeed, to start a project. To begin, we’ll need a GitPod account, which is free for public repositories. In my case, I already had a GitHub account and GitPod supports federated SSO (single sign-on) with GitHub, so I just logged in that way.
Author: . [Source Link (*), InfoWorld]