Getting Started with Astro: Build Faster Websites
Learn how to build blazing-fast websites with Astro, the modern static site builder that delivers less JavaScript and more performance by default.
3 articles in this category
Learn how to build blazing-fast websites with Astro, the modern static site builder that delivers less JavaScript and more performance by default.
A complete step-by-step guide to turning any web app into a PWA — covering the Web App Manifest, Service Workers, offline support, push notifications, and installability on any platform.
Package.json is the Core file of the Node.js System. It is the manifest file of any Node project and contains all the configuration, dependencies, and metadata about the project. As a form extension, you can say it is a JSON(JavaScript Object Notation) file. So, you should know a bit about JSON before working on this file. A lot of things described in this file are affected at the configuration time.