https://github.com/dpanel-id/modernjs-example
Modern.js Deployment to VPS
https://github.com/dpanel-id/modernjs-example
deployment javascript vps vps-panel vps-setup
Last synced: about 1 month ago
JSON representation
Modern.js Deployment to VPS
- Host: GitHub
- URL: https://github.com/dpanel-id/modernjs-example
- Owner: dPanel-ID
- Created: 2025-02-09T02:16:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-29T09:51:40.000Z (10 months ago)
- Last Synced: 2025-08-29T13:41:25.956Z (10 months ago)
- Topics: deployment, javascript, vps, vps-panel, vps-setup
- Language: TypeScript
- Homepage: https://cloud.terpusat.com/
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- 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).