Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 562 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 562 Bytes

universal-react-bookstore-app

A simple book store made using Node, Express and React (Redux). Also contains an interactive Shopping Cart with simple yet rich UI and UX. uses REST API to connect to MongoDB database.

Clone this repository

git clone https://github.com/cruxbreaker/universal-react-bookstore-app.git

Install all dependencies

npm install

Install and Run Webpack

    webpack webpack -v 
    webpack

In another terminal run Node server

npm start

Open browser and type

localhost:3000