WIP: A CRA example

This commit is contained in:
Aria Minaei 2021-08-07 20:54:28 +02:00
parent 0b783b82f7
commit 1f1f464758
21 changed files with 8123 additions and 185 deletions

View file

@ -1,6 +1,5 @@
{
"name": "@examples/basic-dom",
"private": "true",
"scripts": {
"start": "parcel serve ./index.html"
},