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

Latest commit

 

History

History
37 lines (24 loc) · 952 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 952 Bytes

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.