Apple is already prepping a fresh crop of M3 Macs for 2023

Leave a Reply

Next Post

How to run multiple NPM commands simultaneously using concurrently

Two or more NPM commands can be run simultaneously with the NPM concurrently package. A simple use case for this can be when you want to run the server and the client in parallel for a JavaScript project. In this post, you will learn how to use the concurrently NPM […]
Use NPM concurrenlty to run multiple commands simultenaously