Skip to content

cms-orbits/cms-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published