Pure JavaScript content management system (alpha release).
- Integrated ExpressJS web server
- Integrated database (NeDB)
- Server-side rendering with Handlebars
- Administration tool (using openUI5)
Prerequisite is NodeJS. Please follow the documentation at https://nodejs.org for installation.
git clone https://github.com/bi-tm/cmjs.git
if you don't have git, you may download cmjs as ZIP-file and unpack it
cd cmjs
npm install
npm start
You will get following output
projectPath = ./project
starting cmjs server...
frontend running on http://localhost:8080/
admin tool running on http://localhost:8080/admin
You got it! Now you can visit your new homepage or the administration tool at the given URLs.
The admin tool is password protected, user = admin, password = admin.