Install the dependencies:
npm installStart the dev server:
npm devEnable optional features or add a new entry:
npm newBuild the app for production:
npm buildPreview the production build locally:
npm serveFor more information, see the Modern.js documentation.