An open API service indexing awesome lists of open source software.

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

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
```