/qCMS

quickCMS based on MEAN with Angular 2

Primary LanguageTypeScript

qCMS

dependencies Status devDependencies Status

Easy to install and configure, basic CMS. Great for quick prototyping or as a starter for further develop.

CMS works on MEAN stack with use of Angular 2.

##Installation## Run packages installation

npm install

Adjust database settings in..

config.ts

..and compile TypeScript..

npm run tsc

..then seed database.

npm run seed

##Starting app## Start server

npm start

Start development server with TypeScrypt and SASS watchers

npm run dev

First login credentials

login: admin pwd: ch@ngeIt