Install the dependencies:
npm install
Start the dev server:
npm dev
Enable optional features or add a new entry:
npm new
Build the app for production:
npm build
Preview the production build locally:
npm serve
For more information, see the Modern.js documentation.