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