Skip to content

alaingoga/react-demo

Repository files navigation

Reactjs - Product page

Overview

Full responsive product catalog example based on react, react-router and bootstrap 4. The application receive a products array from api and extend it using a local json, to include id's and images.

Screenshot

Installation

Node js is required.

$ npm install

Run

The application run in dev mode and production mode. For dev it uses webpack-dev-server and node express for production.

DEV

npm start

PROD

NODE_ENV=production npm start

The application will be available for local testing on: http://localhost:8080/

About

Demo product page

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors