Get Started
Node.js Installation
Instructions for installing Node.js and verifying setup for SaasCart frontend and admin
Install Node.js
Install Node.js to run SaasCart frontend and admin.
Node.js Installation
- Download the latest version of Node.js from nodejs.org.
- Install Node.js using the downloaded file.
- Open a command prompt or terminal and run the following command to verify the installation:
NPM Package Manager
Next.js apps rely on libraries available as npm packages. To download and install these packages, you need the npm package manager, which is installed by default with Node.js.
- Run the following command in a terminal or console window to check that npm is installed:
Further Resources
For a deeper understanding of Next.js, refer to the official Next.js documentation.