Installation
Steps to follow for getting started with the template:
Basic
-
Start
cd CODE-REACT -
Install via the npm
ORnpm installnpm install --legacy-peer-deps -
For development
npm run dev -
For build
npm run build