Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 346 Bytes

File metadata and controls

32 lines (20 loc) · 346 Bytes

Modern.js App

Setup

Install the dependencies:

pnpm install

Get Started

Start the start server:

pnpm start

Build the app for production:

pnpm build

Preview the production build locally:

pnpm serve

For more information, see the Modern.js documentation.