https://github.com/devetek/modernjs-example
Deploy Modern.js Rspack to VPS
https://github.com/devetek/modernjs-example
Last synced: 2 months ago
JSON representation
Deploy Modern.js Rspack to VPS
- Host: GitHub
- URL: https://github.com/devetek/modernjs-example
- Owner: devetek
- Created: 2025-01-26T04:34:42.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-01-26T04:57:25.000Z (4 months ago)
- Last Synced: 2025-01-26T05:23:07.524Z (4 months ago)
- Language: TypeScript
- Size: 0 Bytes
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Modern.js App
## Setup
Install the dependencies:
```bash
pnpm install
```## Get Started
Start the dev server:
```bash
pnpm dev
```Enable optional features or add a new entry:
```bash
pnpm new
```Build the app for production:
```bash
pnpm build
```Preview the production build locally:
```bash
pnpm serve
```For more information, see the [Modern.js documentation](https://modernjs.dev/en).