Installation

Steps to follow for getting started with the template:

Basic
  1. Start
    cd CODE-NEXT
  2. Install via the npm

    Make sure that minimum node version is to be 18.0

    npm install
    OR (If there is an error found after npm installation, then use this command)
    npm install --legacy-peer-deps
  3. For development
    npm run dev
  4. For build
    npm run build
  5. For build to start on local
    npm run start