an app platform

How To Deploy a React Application to an app platform — step-by-step Javascript tutorial on Progressive Robot

How To Deploy a React Application to an app platform

the cloud provider’s App Platform is a Platform as a Service (PaaS) product that lets you configure and deploy applications from a source repository. This can be a quick and efficient way to deploy your React applications, and if you are using React to build a site with no backend, you can use App Platform’s free tier. In this tutorial, you will create a React app with Create React App, push it to GitHub, then deploy it to App Platform for a quick continuous deployment option.

Read more
How To Set Up a Node Project With Typescript — step-by-step Javascript tutorial on Progressive Robot

How To Set Up a Node Project With Typescript

Writing server-side JavaScript can be challenging as a codebase grows. TypeScript is a typed (optional) super-set of JavaScript that can help with building and managing large-scale JavaScript projects. It can be thought of as JavaScript with additional features like strong static typing, compilation and object oriented programming. This tutorial will explore how to use the [Express](https://expressjs.com/) framework with TypeScript.

Read more
CHAT