An open API service indexing awesome lists of open source software.

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.

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.