mediacms/frontend
Markos Gogoulos 102414b514
fix issues with comments (#802)
* fix issues with comments
2023-06-13 19:01:52 +03:00
..
.vscode
config Feat videojs update (#519) 2022-09-07 12:33:11 +03:00
packages
src fix issues with comments (#802) 2023-06-13 19:01:52 +03:00
.babelrc
.env
.gitignore
.prettierignore
.prettierrc
README.md
package-lock.json static files 2022-09-20 12:27:33 +00:00
package.json
tsconfig.json

README.md

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".