Before starting development, install PNPM
:
npm install -g pnpm
With PNPM
:
pnpm install
Alternatively, with NPM
:
npm install
With PNPM
:
pnpm start
Alternatively, with NPM
:
npm run start
With PNPM
:
pnpm build:dev
Alternatively, with NPM
:
npm run build:dev
With PNPM
:
pnpm build:prod
Alternatively, with NPM
:
npm run build:prod
Removes node_modules
, dist
, and lock files:
With PNPM
:
pnpm clean
Alternatively, with NPM
:
npm run clean