install dependencies using yarn
yarn
start the development server
yarn dev
build with production mode
yarn build
# start the application after build
yarn start
install dependencies using yarn
yarn
start the development server
yarn dev
build with production mode
yarn build
# start the application after build
yarn start