a minimalistic storefront
Storefront
| Technology | Description |
|---|---|
| GraphQL | a query language for APIs and a runtime for fulfilling those queries |
| React.js | javaScript library |
| Styled Components | a library for React & React Native to write and manage CSS |
- PLP - product listing page, a.k.a. category page
- PDP - product description page, a.k.a. product page
- Cart page + Cart overlay (minicart)
Step #1 - Clone the project
$ git clone https://github.com/sandramsc/minimalistic-storefront.gitStep #2
cd client
-
Install dependencies:
npm iORyarn -
To start the webapp, run:
npm startORyarn start
cd backend
-
Install dependencies:
npm iORyarn -
To start the server, run:
npm startORyarn start
| Name | Link |
|---|---|
| Sandra Ashipala | https://linkedin.com/in/sandraashipala |