NodeJS Docs - v2.2.0
Installation

1. Download the Package

2. Unzip the Package

  • Extract the contents of the downloaded .zip file to a directory on your computer.

3. Install NPM

  • make sure you have installed tailwindcss && NodeJS in your os. If not installed then please install on link. Then run the below command to install node_module
  • Execute:
    npm install  
                            

3. Install NPM

  • After the dependencies are installed, generate a production-ready build by running:
  • Execute:
    npm run build  
                            

4. Run the project

  • After Completion of installation Run the following command in the command prompt to start development server.
    npm run start