Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nermalcat69/zerops-fast
https://github.com/nermalcat69/zerops-fast
Last synced: about 4 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/nermalcat69/zerops-fast
- Owner: nermalcat69
- Created: 2024-07-13T16:21:51.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-13T17:32:45.000Z (4 months ago)
- Last Synced: 2024-07-13T18:28:46.490Z (4 months ago)
- Language: JavaScript
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React + TypeScript + Vite
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Use this yaml to import this project on zerops
```yaml
project:
name: react-vite
tags:
- fast-zeropsservices:
- hostname: app
type: nodejs@20
enableSubdomainAccess: true
buildFromGit: https://github.com/nermalcat69/zerops-fast
```Zerops.yml which you need in root of your project.
```yaml
zerops:
- setup: app
build:
base: nodejs@20
buildCommands:
- pnpm i
- pnpm run build
deployFiles:
- dist
- server.js
- public
- package.json
- node_modules
run:
base: nodejs@20
ports:
- port: 3000
httpSupport: true
start: pnpm start
```