pauloamgomes / CockpitCMS-React-Static

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Shell 28.2%Language:Shell 25.5%Language:JavaScript 20.0%Language:JavaScript 18.3%Language:Dockerfile 2.1%Language:CSS 2.1%Language:CSS 2.1%Language:Dockerfile 1.6%