Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ddon/sveltewp

Svelte + WordPress
https://github.com/ddon/sveltewp

javascript svelte3 sveltejs wordpress

Last synced: 6 days ago
JSON representation

Svelte + WordPress

Awesome Lists containing this project

README

        

# SvelteWP

⚠️ *BEWARE*: Experimental. Just for preview. Installation and usage will change.

This project is an experiment to use [Svelte](https://svelte.dev/) with [WordPress](https://wordpress.org/).

On WordPress side you will need to install WordPress [SvelteWP Plugin](https://github.com/ddon/SvelteWP-plugin).

# Basic template

Read more [SvelteWP-template](https://github.com/ddon/SvelteWP-template).

```bash
degit ddon/SvelteWP-template my-project.com
cd my-project.com

npm install
```