Skip to content

Instantly share code, notes, and snippets.

@StevenMDixon
Last active September 26, 2018 19:25
Show Gist options
  • Save StevenMDixon/a06c2f86576201a21e49bd565cd9b5a9 to your computer and use it in GitHub Desktop.
Save StevenMDixon/a06c2f86576201a21e49bd565cd9b5a9 to your computer and use it in GitHub Desktop.

CMS

I am currently woking through an IDEA for a stupidly simple CMS, No logins, No HTML.

Back-end

A Node js server that serves a react app and Static content via routes.

Settings are saved as (json)? data in a NoSQL data base?

Users are able to use settings to create really simple web pages and markdown.

Provide some templates that users can use. maybe allow users to upload a custom template?

Front-end

No logins, No way to edit saved info. React app?

  • how do I handle ui elements for creating links and other things.
  • ui should include a preview window! kinda like this
  • color selectors for template at top?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment