mirror of
https://github.com/mediacms-io/mediacms.git
synced 2024-11-21 15:53:21 +01:00
.. | ||
.vscode | ||
config | ||
packages | ||
src | ||
.babelrc | ||
.env | ||
.gitignore | ||
.prettierignore | ||
.prettierrc | ||
package-lock.json | ||
package.json | ||
README.md | ||
tsconfig.json |
MediaCMS Web Client (demo)
Requirements
- nodejs: version >= 14.17.0
Installation
npm install
Development
npm run start
Open in browser: http://localhost:8088
Build
npm run dist
Generates the folder "frontend/dist".
Copy folders and files from "frontend/dist/static" into "static".