Skip to content
This repository has been archived by the owner on May 30, 2020. It is now read-only.

pauloamgomes/CockpitCMS-React-Static

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cockpit CMS + React Static Demo Project

This "Demo" website project combines Cockpit CMS for managing the contents and React Static for presenting them in an optimal way.

Demo page: https://pauloamgomes.github.io/CockpitCMS-React-Static/

Requirements

For running this example website you'll need:

  • Docker
  • node

Installation

# Clone repository
git clone git@github.com:pauloamgomes/CockpitCMS-React-Static.git
cd cockpitcms-react-static

# start Cockpit
cd cockpit
./install.sh

# start react app
cd ../react-app
yarn install
yarn start

After the execution of above steps you are ready to access Cockpit on http://localhost:8088 (user: admin pass: admin) and the website on http://localhost:3000

Cockpit CMS + React Static

Copyright and license

Copyright 2018 pauloamgomes under the MIT license.

About

Example implementation using a combination of Cockpit Headless CMS and React Static

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published