cms-orbits / cms-frontend

Frontend application based in ReactJS for serving the services of contest, scoring of CMS

Repository from Github https://github.comcms-orbits/cms-frontendRepository from Github https://github.comcms-orbits/cms-frontend

React-Based Frontend for CMS

A react app for displaying a basic workflow of CMS contest having a base a CoreUI free template.

Live App

Installation

# 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

Basic usage

# dev server  with hot reload at http://localhost:3000
$ npm start

What's included

CoreUI-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

Credits

  • CoreUI by [CoreUI template ]

About

Frontend application based in ReactJS for serving the services of contest, scoring of CMS

License:MIT License


Languages

Language:CSS 76.3%Language:JavaScript 23.0%Language:HTML 0.8%