diff --git a/express-shop/.babelrs b/express-shop/.babelrs new file mode 100644 index 0000000..143c978 --- /dev/null +++ b/express-shop/.babelrs @@ -0,0 +1,3 @@ +{ + "preset": ["@babel/preset-env"] +} \ No newline at end of file diff --git a/express-shop/.browserslistrs b/express-shop/.browserslistrs new file mode 100644 index 0000000..b25b054 --- /dev/null +++ b/express-shop/.browserslistrs @@ -0,0 +1 @@ +last 4 versions \ No newline at end of file diff --git a/express-shop/.gitignore b/express-shop/.gitignore new file mode 100644 index 0000000..30bc162 --- /dev/null +++ b/express-shop/.gitignore @@ -0,0 +1 @@ +/node_modules \ No newline at end of file diff --git a/express-shop/dist/public/index.html b/express-shop/dist/public/index.html new file mode 100644 index 0000000..085f7a4 --- /dev/null +++ b/express-shop/dist/public/index.html @@ -0,0 +1,29 @@ + + + +
+ +{{ product.product_name }}
\n\t\t\t\t\t\t\t\t\t\tQuantity: {{ product.quantity }}
\n\t\t\t\t\t\t\t\t\t\t$ {{ product.price }} each
\n\t\t\t\t\t\t\t\t\t$ {{ product.quantity*product.price }}
\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t{{text}}\n\t\t\t\t\t\t\t
\n\t\t\t\t\t{{ product.price }}
\n\t\t\t \t\t\t\t\t\n\t \t\t\t\t\t\t