Installation
Steps to follow for getting started with the template:
Basic
-
Start
cd CODE-NEXT
-
Install via the npm
Make sure that minimum node version is to be 18.0
OR (If there is an error found after npm installation, then use this command)npm install
npm install --legacy-peer-deps
-
For development
npm run dev
-
For build
npm run build
-
For build to start on local
npm run start