All Projects → pauloamgomes → CockpitCMS-React-Static

pauloamgomes / CockpitCMS-React-Static

Licence: MIT license
Example implementation using a combination of Cockpit Headless CMS and React Static

Programming Languages

shell
77523 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to CockpitCMS-React-Static

Xvfbwrapper
Manage headless displays with Xvfb (X virtual framebuffer)
Stars: ✭ 209 (+770.83%)
Mutual labels:  headless
Serverless Puppeteer Layers
Serverless Framework + AWS Lambda Layers + Puppeteer = ❤️
Stars: ✭ 247 (+929.17%)
Mutual labels:  headless
FlexDotnetCMS
A powerful, flexible, decoupled and easy to use and Fully Featured ASP .NET CMS, it can also be used as a Headless CMS
Stars: ✭ 45 (+87.5%)
Mutual labels:  headless
Tensei
🚀 Content management and distribution with a touch of elegance.
Stars: ✭ 217 (+804.17%)
Mutual labels:  headless
Core
🧿 Bolt 4 core
Stars: ✭ 243 (+912.5%)
Mutual labels:  headless
Sourcebit
Sourcebit helps developers build data-driven JAMstack sites by pulling data from any third-party resource
Stars: ✭ 252 (+950%)
Mutual labels:  headless
Chromeless
🖥 Chrome automation made simple. Runs locally or headless on AWS Lambda.
Stars: ✭ 13,254 (+55125%)
Mutual labels:  headless
CockpitCMS-Helpers
Cockpit CMS Addon with a set of useful helpers (that alone don't justify a new Addon).
Stars: ✭ 39 (+62.5%)
Mutual labels:  cockpit-cms
Hiper
🚀 A statistical analysis tool for performance testing
Stars: ✭ 2,667 (+11012.5%)
Mutual labels:  headless
capybara-chrome
Chrome driver for Capybara using Chrome's remote debugging protocol
Stars: ✭ 27 (+12.5%)
Mutual labels:  headless
Pdf Bot
🤖 A Node queue API for generating PDFs using headless Chrome. Comes with a CLI, S3 storage and webhooks for notifying subscribers about generated PDFs
Stars: ✭ 2,551 (+10529.17%)
Mutual labels:  headless
Unite Cms
Really flexible headless CMS, built on top of Symfony and GraphQL.
Stars: ✭ 242 (+908.33%)
Mutual labels:  headless
chrome-headless-launcher
Run the latest Chrome browser on CLI without head
Stars: ✭ 39 (+62.5%)
Mutual labels:  headless
Sanity
The Sanity Studio – Collaborate in real-time on structured content
Stars: ✭ 3,007 (+12429.17%)
Mutual labels:  headless
CrawlerSamples
This is a Puppeteer+AngleSharp crawler console app samples, used C# 7.1 coding and dotnet core build.
Stars: ✭ 36 (+50%)
Mutual labels:  headless
Storyblok
You found an issue with one of our products? - submit it here as an issue!
Stars: ✭ 206 (+758.33%)
Mutual labels:  headless
Taiko
A node.js library for testing modern web applications
Stars: ✭ 2,964 (+12250%)
Mutual labels:  headless
wagtail-headless-preview
Previews for headless Wagtail setups
Stars: ✭ 99 (+312.5%)
Mutual labels:  headless
puppeteer-lambda
Module for using Headless-Chrome by Puppeteer on AWS Lambda.
Stars: ✭ 117 (+387.5%)
Mutual labels:  headless
macaca-puppeteer
Macaca puppeteer driver
Stars: ✭ 39 (+62.5%)
Mutual labels:  headless

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 [email protected]: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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].