https://github.com/jaredrethman/content-list
https://github.com/jaredrethman/content-list
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jaredrethman/content-list
- Owner: jaredrethman
- License: mit
- Created: 2020-10-13T06:49:13.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-13T07:11:39.000Z (over 4 years ago)
- Last Synced: 2025-02-10T08:25:11.487Z (4 months ago)
- Language: JavaScript
- Size: 600 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Content List:
## Requires:
* Node >= 8.12.2
* WordPress >= v5.2
* PHP >= 7.2## Features:
* WebPack 4 for Module Bundling. WebPack-Dev-Server for development.
* Hot Module Replacement with react-hot-loader.
* Any post type, and associated taxonomy, content fetching.
* Sortable components.
* Component visibility toggling.
* Individual slot curation.
* Fetched content sorting.
* Dynamic content slots.## Developing:
* `npm i && npm run dev`, or for https `dev:s`.## Deploying:
* `npm run deploy`, which is an alias for `npm run prod && npm run build`## Road-map:
* Add Jest.## Known issues:
* When `npm run dev` & `SCRIPT_DEBUG` is set to true. There is a warning in the console relating to React Sortable HOC on this [issue](https://github.com/styled-components/styled-components/issues/2154).