npm install
# run development
npm run dev
# build production
npm run build
# build production and export static source
npm run export
# run production
npm run start:prod
npm install
# run development
npm run dev
# build production
npm run build
# build production and export static source
npm run export
# run production
npm run start:prod