npm install
npm start
Start the server in production mode (minification enabled, etc.):
NODE_ENV=production npm start
Build the project in production mode:
npm run build
By default, the generated static site will be placed in dist/
.
npm install
npm start
Start the server in production mode (minification enabled, etc.):
NODE_ENV=production npm start
Build the project in production mode:
npm run build
By default, the generated static site will be placed in dist/
.