You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
.. | ||
scripts | 2 years ago | |
src | 2 years ago | |
.gitignore | 2 years ago | |
README.md | 2 years ago | |
demo.gif | 2 years ago | |
package-lock.json | 2 years ago | |
package.json | 2 years ago | |
rollup.config.js | 2 years ago |
README.md
Using CSS selectors on Markdown in JS
This is a source code repository for the blog post
https://peterbabic.dev/blog/using-css-selectors-on-markdown
Setup
git clone https://git.peterbabic.dev/demo/arrays-svelte-localstorage.git
cd arrays-svelte-localstorage
npm install
npm run start
Now navigate to http://localhost:5000/. You should be able to persist data in the array after the refresh, as seen below.
License
MIT