https://github.com/azerothcore/acore-reactive-cms
A ReactJS CMS for acore-cms and the azerothcore NestJS API
https://github.com/azerothcore/acore-reactive-cms
Last synced: 4 months ago
JSON representation
A ReactJS CMS for acore-cms and the azerothcore NestJS API
- Host: GitHub
- URL: https://github.com/azerothcore/acore-reactive-cms
- Owner: azerothcore
- Created: 2024-11-09T18:04:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-24T21:47:56.000Z (11 months ago)
- Last Synced: 2025-12-24T19:47:26.214Z (6 months ago)
- Language: TypeScript
- Size: 2.28 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# acore-reactive-cms
A ReactJS CMS for acore-cms and the azerothcore NestJS API
This is being built with [React Router 7](https://reactrouter.com/home). Using it as a framework.
## Development
- Start the dev server with: `pnpm run dev`
## Deployment
First, build your app for production:
```sh
pnpm run build
```
Make sure to deploy the output of `pnpm run build`
- `/build/server`
- `/build/client`