https://github.com/mraerino/wc-cms-mock
Proof-of-Concept for a CMS which will be able to produce a live preview inside the browser using the platform.
https://github.com/mraerino/wc-cms-mock
browser-first cms custom-elements custom-elements-v1 gulp live-preview use-the-platform yarn
Last synced: about 2 months ago
JSON representation
Proof-of-Concept for a CMS which will be able to produce a live preview inside the browser using the platform.
- Host: GitHub
- URL: https://github.com/mraerino/wc-cms-mock
- Owner: mraerino
- License: mit
- Created: 2017-10-20T16:51:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-22T13:28:57.000Z (over 8 years ago)
- Last Synced: 2025-03-25T02:41:38.666Z (about 1 year ago)
- Topics: browser-first, cms, custom-elements, custom-elements-v1, gulp, live-preview, use-the-platform, yarn
- Language: CSS
- Homepage:
- Size: 763 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WC CMS Mockup
This is a proof-of-concept for a CMS which will be able to produce a live
preview inside the browser using the platform.
It uses the CustomElements v1 spec and ES modules.
## Getting started
Check out the repository and change into the cloned directory.
```bash
npm i -g gulp
yarn
gulp serve
```
Open http://localhost:3000
## License
This project is licensed under the MIT License. See the [LICENSE](/LICENSE)
file for more.