Name Last Update
.husky Loading commit data...
.vscode Loading commit data...
src Loading commit data...
.browserslistrc Loading commit data...
.eslintrc.js Loading commit data...
.gitignore Loading commit data...
.npmrc Loading commit data...
.nvmrc Loading commit data...
.prettierrc Loading commit data...
README.md Loading commit data...
modern.config.ts Loading commit data...
package.json Loading commit data...
pnpm-lock.yaml Loading commit data...
tsconfig.json Loading commit data...

README.md

Modern.js App

Setup

Install the dependencies:

pnpm install

Get Started

Start the dev server:

pnpm dev

Enable optional features or add a new entry:

pnpm new

Build the app for production:

pnpm build

Preview the production build locally:

pnpm serve

For more information, see the Modern.js documentation.