logo-light

Quick Start

Requirements

  • Node.js 18.18.x or higher
  • It is compatible with NPM, Yarn & Bun, so if you have any of this then it is works (We recommended to use bun, for faster installation)

Installation (Run following commands)

1. Bun (Recommended for Linux/MacOS)

CommandDescription
bun iThis would install all required dependencies in node_modules folder.
bun devRuns the project locally, starts the development server.
bun run buildIt bundles with production mode. Your app is now ready to be deployed.
bun run startIt previewed (serve) production build version.

2. Yarn (Recommended for Windows)

CommandDescription
yarn iThis would install all required dependencies in node_modules folder.
yarn devRuns the project locally, starts the development server.
yarn run buildIt bundles with production mode. Your app is now ready to be deployed.
yarn startIt previewed (serve) production build version.

3. NPM

CommandDescription
npm iThis would install all required dependencies in node_modules folder.
npm run devRuns the project locally, starts the development server.
npm run buildIt bundles with production mode. Your app is now ready to be deployed.
npm run startIt previewed (serve) production build version.

Installation (Run following commands)

1. Bun (Recommended for Linux/MacOS)

CommandDescription
bun iThis would install all required dependencies in node_modules folder.
bun devRuns the project locally, starts the development server.
bun run buildIt bundles with production mode. Your app is now ready to be deployed.
bun run previewIt previewed (serve) production build version.

2. Yarn (Recommended for Windows)

CommandDescription
yarn iThis would install all required dependencies in node_modules folder.
yarn devRuns the project locally, starts the development server.
yarn run buildIt bundles with production mode. Your app is now ready to be deployed.
yarn previewIt previewed (serve) production build version.

3. NPM

CommandDescription
npm iThis would install all required dependencies in node_modules folder.
npm run devRuns the project locally, starts the development server.
npm run buildIt bundles with production mode. Your app is now ready to be deployed.
npm run previewIt previewed (serve) production build version.

Installation (Run following commands)

1. Bun (Recommended for Linux/MacOS)

CommandDescription
bun iThis would install all required dependencies in node_modules folder.
bun devRuns the project locally, starts the development server.
bun run buildIt bundles with production mode. Your app is now ready to be deployed.
bun run preview
Or open html/**.html file to any web browser
It previewed (serve) production build version.

2. Yarn (Recommended for Windows)

CommandDescription
yarn iThis would install all required dependencies in node_modules folder.
yarn devRuns the project locally, starts the development server.
yarn run buildIt bundles with production mode. Your app is now ready to be deployed.
yarn preview
Or open html/**.html file to any web browser
It previewed (serve) production build version.

3. NPM

CommandDescription
npm iThis would install all required dependencies in node_modules folder.
npm run devRuns the project locally, starts the development server.
npm run buildIt bundles with production mode. Your app is now ready to be deployed.
npm run preview
Or open html/**.html file to any web browser
It previewed (serve) production build version.