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.git
Step #2
cd client
-
Install dependencies:
npm i
ORyarn
-
To start the webapp, run:
npm start
ORyarn start
cd backend
-
Install dependencies:
npm i
ORyarn
-
To start the server, run:
npm start
ORyarn start
Name | Link |
---|---|
Sandra Ashipala | https://linkedin.com/in/sandraashipala |