Skip to main content

Prerequisites

Some Prerequisites to manage project

1. Node.js

To install Node.js, go to Node.js and install the active LTS version.

2. npm

To download and install npm packages, you must have the npm package manager. This guide uses the npm client command line interface, which is installed with Node.js by default. To check that you have the npm client installed, run npm -v in a terminal/console window.

The following tools are required to customize the template:

  1. A good text editor or IDE like VS Code or Webstorm

  2. A modern web browser

  3. NodeJs and Javascript package manager (npm or yarn) installed in the machine

  4. Good HTML, CSS, Tailwind, Javascript, NextJS knowledge