...
/Set Up a Local Development Environment
Set Up a Local Development Environment
Learn how to set up a local development environment for NestJS.
We'll cover the following...
While examples in this course are accessible without local installations, this appendix provides a guide on setting up the local development machine. If required, follow the steps outlined here to set up the local development environment to run the NestJS application.
Install NodeJS and npm
NextJS runs on NodeJS. To get started, download and install the ...