Installation

Steps to follow for getting started with the template:

Basic
  1. Start
    cd CODE-NUXT
  2. Install via the npm
    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