You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/simple/README.md
+18-15Lines changed: 18 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
-
# replace-sdk Elastic Path storefront starter
1
+
# Simple Elastic Path storefront starter
2
2
3
-
This project was generated with [Composable CLI](https://www.npmjs.com/package/composable-cli).
4
-
5
-
This storefront accelerates the development of a direct-to-consumer ecommerce experience using Elastic Path's modular products.
3
+
This storefront accelerates the development of a direct-to-consumer ecommerce experience using Elastic Path.
6
4
7
5
## Tech Stack
8
6
9
7
-[Elastic Path](https://www.elasticpath.com/products): A family of composable products for businesses that need to quickly & easily create unique experiences and next-level customer engagements that drive revenue.
10
8
9
+
-[Elastic Path Gen 2 Sdk](https://www.npmjs.com/package/@epcc-sdk/sdks-shopper): A set of SDKs that provide a simple way to interact with Elastic Path Commerce Cloud APIs.
10
+
11
11
-[Next.js](https://nextjs.org/): a React framework for building static and server-side rendered applications
12
12
13
13
-[Tailwind CSS](https://tailwindcss.com/): enabling you to get started with a range of out the box components that are
@@ -25,11 +25,11 @@ This storefront accelerates the development of a direct-to-consumer ecommerce ex
25
25
Run the development server:
26
26
27
27
```bash
28
-
npm run dev
28
+
pnpm dev
29
29
# or
30
30
yarn dev
31
31
# or
32
-
pnpm dev
32
+
npm run dev
33
33
# or
34
34
bun dev
35
35
```
@@ -46,14 +46,17 @@ or [Vercel](https://vercel.com/docs/frameworks/nextjs) to get full Next.js featu
0 commit comments