Skip to content

sukechris/cms

 
 

Repository files navigation

CMS

coding in process with no guaranteed stability

Usage

Environment required

Install dependencies

$ npm install

Initialize config file

$ cp config.default.js config.js

Start Service

Development

$ npm start

Production

$ npm run server

or

$ NODE_ENV=production node app

Administrator account

open http://localhost:7000/admin/ follow the prompts to install

About

nodejs cms, easy to get started

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 44.8%
  • HTML 37.2%
  • CSS 18.0%