All Projects → strues → boldr

strues / boldr

Licence: MIT license
React based CMF / blogging engine using Redux, Postgres, Node, and more...

Programming Languages

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

Projects that are alternatives of or similar to boldr

Universal React Demo
ES6 demo of a simple but scalable React app with react-router, code splitting, server side rendering, and tree shaking.
Stars: ✭ 50 (-35.9%)
Mutual labels:  isomorphic, server-side-rendering
ves
Vue SSR(Server Side Render) Web Framework for Egg
Stars: ✭ 23 (-70.51%)
Mutual labels:  isomorphic, server-side-rendering
Egg Vue Webpack Boilerplate
Egg Vue Server Side Render (SSR) / Client Side Render (CSR)
Stars: ✭ 1,302 (+1569.23%)
Mutual labels:  isomorphic, server-side-rendering
Universal
Seed project for Angular Universal apps featuring Server-Side Rendering (SSR), Webpack, CLI scaffolding, dev/prod modes, AoT compilation, HMR, SCSS compilation, lazy loading, config, cache, i18n, SEO, and TSLint/codelyzer
Stars: ✭ 669 (+757.69%)
Mutual labels:  isomorphic, server-side-rendering
Use Ssr
☯️ React hook to determine if you are on the server, browser, or react native
Stars: ✭ 230 (+194.87%)
Mutual labels:  isomorphic, server-side-rendering
Typescript Hapi React Hot Loader Example
Simple TypeScript React Hot Loading example with Hapi Server-side rendering
Stars: ✭ 44 (-43.59%)
Mutual labels:  isomorphic, server-side-rendering
Razzle Material Ui Styled Example
Razzle Material-UI example with Styled Components using Express with compression
Stars: ✭ 117 (+50%)
Mutual labels:  isomorphic, server-side-rendering
Redux Connect
Provides decorator for resolving async props in react-router, extremely useful for handling server-side rendering in React
Stars: ✭ 551 (+606.41%)
Mutual labels:  isomorphic, server-side-rendering
Universal React Router4
Demo app showing how to use react-router v4 for server- and client-side rendering
Stars: ✭ 216 (+176.92%)
Mutual labels:  isomorphic, server-side-rendering
React Imvc
An Isomorphic MVC Framework
Stars: ✭ 211 (+170.51%)
Mutual labels:  isomorphic, server-side-rendering
React Isomorphic Boilerplate
🌟 An universal React isomorphic boilerplate for building server-side render web app.
Stars: ✭ 653 (+737.18%)
Mutual labels:  isomorphic, server-side-rendering
Beidou
🌌 Isomorphic framework for server-rendered React apps
Stars: ✭ 2,726 (+3394.87%)
Mutual labels:  isomorphic, server-side-rendering
Awesome Nextjs
📔 📚 A curated list of awesome resources : books, videos, articles about using Next.js (A minimalistic framework for universal server-rendered React applications)
Stars: ✭ 6,812 (+8633.33%)
Mutual labels:  isomorphic, server-side-rendering
Hapi React Hot Loader Example
Simple React Hot Loading example with Hapi Server-side rendering
Stars: ✭ 44 (-43.59%)
Mutual labels:  isomorphic, server-side-rendering
React App
Create React App with server-side code support
Stars: ✭ 614 (+687.18%)
Mutual labels:  isomorphic, server-side-rendering
Marko
A declarative, HTML-based language that makes building web apps fun
Stars: ✭ 10,796 (+13741.03%)
Mutual labels:  isomorphic, server-side-rendering
Go Starter Kit
[abandoned] Golang isomorphic react/hot reloadable/redux/css-modules/SSR starter kit
Stars: ✭ 2,855 (+3560.26%)
Mutual labels:  isomorphic, server-side-rendering
Angular Ssr
Angular 4+ server-side rendering solution compatible with @angular/material, jQuery, and other libraries that touch the DOM (as well as providing a rich feature set!)
Stars: ✭ 283 (+262.82%)
Mutual labels:  isomorphic, server-side-rendering
Project Webcube
Continuously updated JS infrastructure for modern web dev
Stars: ✭ 141 (+80.77%)
Mutual labels:  isomorphic, server-side-rendering
Universal React
A universal react starter, with routing, meta, title, and data features
Stars: ✭ 247 (+216.67%)
Mutual labels:  isomorphic, server-side-rendering

CircleCI lerna Code Climate codecov Commitizen friendly styled with prettier


Boldr is a modern content management framework.

Think of Boldr as the solid foundation for building your next great web application. Unlike most other CMS platforms, Boldr is entirely JavaScript. Boldr features Universal / Isomorphic rendering for improved performance and Search Engine Optimization.

Have questions or want to help with development? Come visit with us Join the chat at https://gitter.im/boldr

Table of Contents

Current Features

  • GraphQL API
  • Rich Text Editor / WYSIWYG
  • Server side rendering
  • Authentication with JSON Web Tokens
  • Content tagging - Easily relate content to similar topics
  • Drag and drop file uploading
  • User management with basic role based access control (major expansion of capabilities planned for a later date)
  • Basic user and author profiles.
  • Redis caching
  • Command line interface - Quick and easy project bootstrapping

Technology Stack

Packages

Package Documentation
CLI CLI Docs
Config Config Docs
Core Core Docs
Frontend
Server
Tools Tool Docs
Utils

Getting Started

Development Disclaimer: At the moment, Boldr is in active development. Meaning there might be the occasional breaking change or architectural adjustments.

Step 1 First get the files to your machine.

Using git:

  git clone [email protected]:strues/boldr.git <DIR_NAME>
  cd <DIR_NAME>
  yarn

This will install all of the packages using lerna.

The main application is located in project.
The frontend and the react server entrypoint are located in project/src.
The actual server resides in project/server.

Installation and Setup

See the setup docs

Production

See the production docs

Demo

Up again soon..

Email - [email protected]
Password - password

Contributing

Looking for an open source project to contribute to? All types of contributions are welcome here. Take a look at some of the current issues and see if you find something you'd like to help out with. Feel free to submit pull requests to the develop branch.

Contribution Area Ideas

  • Documentation
  • Designs
  • React
  • Node
  • Build / Installation
  • Play a major role in a community driven project, have some fun, and work on improving your skills.

Screenshots

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].