Skip to content

Content management system using React and NodeJS

License

Notifications You must be signed in to change notification settings

BruceIee/reactcms

This branch is 913 commits ahead of RockyNiu/reactcms:develop.

Repository files navigation

ReactCMS

Content management system using React and NodeJS

System Setup

Install support modules

sudo npm install -g browserify
sudo npm install -g react-tools

Go to site folder and load project (default to main project under data/main)

node cmd.js load

Start

Go to application root folder (where this github project is cloned to)

./start

Visit website at http://localhost:8700

Support

On MacSOX, there may be error due to low number of file descriptors

Run the following command to overcome file size limit

ulimit -n 2560

About

Content management system using React and NodeJS

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 57.6%
  • HTML 24.6%
  • CSS 17.7%
  • Other 0.1%