diff --git a/data.sample/config.json b/data.sample/config.json new file mode 100644 index 0000000..e5db289 --- /dev/null +++ b/data.sample/config.json @@ -0,0 +1,5 @@ +{ + "title": "Auction Name", + "imgix": "some-imgix-source.imgix.net", + "bidinfo": "We will contact the highest bidder on ..." +} diff --git a/data.sample/data.json b/data.sample/data.json new file mode 100644 index 0000000..e4b6337 --- /dev/null +++ b/data.sample/data.json @@ -0,0 +1,18 @@ +{ + "items": [ + { + "id": 1, + "description": "Fancy cards", + "quantity": 1, + "bid": { + "starting": 10, + "increment": 2 + }, + "images": [ + { + "src": "1.jpg" + } + ] + } + ] +} diff --git a/data.sample/index.html b/data.sample/index.html new file mode 100644 index 0000000..d86ed02 --- /dev/null +++ b/data.sample/index.html @@ -0,0 +1,3 @@ +

+ Sit dolorum iste excepturi repellendus ex quo rerum voluptates molestiae optio provident. Sed facere quidem suscipit laudantium minus sint. Delectus dicta blanditiis est veritatis officiis voluptatum amet quasi provident. Culpa. +