https://github.com/hbcraft/nwmcl
A nodejs web minecraft launcher!
https://github.com/hbcraft/nwmcl
angular minecraft minecraft-launcher nestjs nodejs web
Last synced: 2 months ago
JSON representation
A nodejs web minecraft launcher!
- Host: GitHub
- URL: https://github.com/hbcraft/nwmcl
- Owner: hbcraft
- Created: 2021-07-21T07:11:59.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-21T09:28:39.000Z (almost 5 years ago)
- Last Synced: 2025-04-06T04:43:00.635Z (about 1 year ago)
- Topics: angular, minecraft, minecraft-launcher, nestjs, nodejs, web
- Language: TypeScript
- Homepage:
- Size: 167 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NWMCL - A nodejs web minecraft launcher!
## 未完成
## 简介
一个nodejs+web的mc启动器
后端使用nestjs
前端使用angular
使用yarn workspace将前端项目和后端项目合并到一个项目中
开发模式下后端使用@nestjs/serve-static提供一个重定向到前端项目的html文件跳转根目录到前端项目
production模式通过@nestjs/serve-static直接提供前端打包好的文件