storefront landing page
Storefront
Technology | Description |
---|---|
React.js | JavaScript library |
styled-components | enables CSS to be written in JavaScript |
Step #1 - Clone the project
$ git clone https://github.com/sandramsc/storefront.git
Step #2
-
Install dependencies:
npm i
ORyarn
-
To start the webapp, run:
npm start
ORyarn start