Dmitry-Abakumov / cms

Home Page:https://wondrous-flan-91794c.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hello. This is the CMS (Content management system) application.

With it you can create pages by configuration in the file - page-information.json.

There are in configuration:

  1. id - this is the part of url;
  2. title - this is the link name;
  3. order - page number of order;
  4. path - path to the react component.

Rules of use:

  1. React component must be in the "pages" folder;
  2. Path shouldmust be from the "pages" folder. For axample - "pages/MyComponent";
  3. Order must be a number;

About

https://wondrous-flan-91794c.netlify.app


Languages

Language:JavaScript 57.0%Language:CSS 36.1%Language:HTML 6.8%