Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 510 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 510 Bytes

Bookshopy

Simple eCommerce application using React.

Live Demo

https://srinandan33.github.io/react-bookshop

Setup

Requirements

  • Node
  • NPM

Package Installation

Go to the project folder(using console using cd command) where package.json lives and execute the following command

  npm install

Start the app

  npm start

The application will start automatically in your browser on http://localhost:3000