An open API service indexing awesome lists of open source software.

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

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`