A react app for displaying a basic workflow of CMS contest having a base a CoreUI free template.
# clone the repo
$ git clone https://github.com/joelgtsantos/cms-frontend.git my-project
# go into app's directory
$ cd my-project
# install app's dependencies
$ npm install# dev server with hot reload at http://localhost:3000
$ npm startCoreUI-React#v2.0.0
├── public/ #static files
│ ├── assets/ #assets
│ └── index.html #html temlpate
│
├── src/ #project root
| ├── actions/ #redux actions
│ ├── containers/ #container source
│ ├── reducers/ #redux reducers
│ ├── scss/ #user scss/css source
│ ├── views/ #views source
│ ├── App.js
│ ├── App.test.js
│ ├── index.js
│ ├── Client.js #CMS REST-client
│ ├── config.js #config APIs urls
│ ├── _nav.js #sidebar config
│ └── routes.js #routes config
│
└── package.json
- CoreUI by [CoreUI template ]