https://github.com/willi-dev/ss-product-catalog
Salestock Technical Assessment
https://github.com/willi-dev/ss-product-catalog
javascript react reactjs
Last synced: 8 months ago
JSON representation
Salestock Technical Assessment
- Host: GitHub
- URL: https://github.com/willi-dev/ss-product-catalog
- Owner: willi-dev
- Created: 2018-09-20T03:04:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-23T13:10:24.000Z (over 7 years ago)
- Last Synced: 2025-03-04T05:32:06.811Z (about 1 year ago)
- Topics: javascript, react, reactjs
- Language: JavaScript
- Size: 288 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).
Use Firebase as a database platform.
- load 5 data per page
- total data: 17 products
## Step to Run on your local machine
(i assume Node Js and NPM package manager have installed on your machine)
1. open your terminal and clone this project.
```
git clone https://github.com/willi-dev/ss-product-catalog.git
```
2. next step after clone project
```
cd ss-product-catalog && npm install
```
3. after install all dependencies that we need, run npm start
```
npm start
```