Capacitor: Running a Web App on Mobile
Capacitor is a great way to take your JavaScript apps and get them running on iOS or Android. Let’s use a React and Ionic app and push it to a mobile device!
Capacitor is a great way to take your JavaScript apps and get them running on iOS or Android. Let’s use a React and Ionic app and push it to a mobile device!
This tutorial is a step-by-step guide to configuring CI/CD pipeline on App Platform.
In this post we’ll be creating a basic todo list app desktop app for Windows, Mac or Linux using Electron.js.
[Parcel.js](https://parceljs.org/) is an open source bundler. It supports many popular languages like Typescript and SASS, and can also handle file types like images and fonts by default. Like some other bundlers, it comes with a few extra tools: a development server, diagnostics, minification, and even image compression. If your project requires additional configurations, you have the option to use Parcel’s many plugins.