skb1129 / shopping-cart

A responsive shopping cart application built in React.

Home Page:https://sleepy-einstein-1f38f1.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Boilerplate

A minimal boilerplate to start developing web apps using React.

Getting Started

These instructions will help you run a copy of this project on your system.

Requirements

You need the following application installed on your system to run this project.

  • node ~12.18.1
  • yarn ~1.22.0

Installation

You can install the node dependencies required by the application with the following command:

yarn install

Testing

The unit tests are present in the __tests__ directory. You can run the tests with the following command:

yarn test

Development

To start the application in development mode run the following command.

yarn start

This will start the webpack-dev-server application.

Production

Run the following command to bundle the application using webpack in production mode.

yarn build

Build With

  • React - The frontend library used
  • Webpack - Asset bundling tool

Authors

  • Surya Kant Bansal - Initial work - skb1129

About

A responsive shopping cart application built in React.

https://sleepy-einstein-1f38f1.netlify.app/

License:MIT License


Languages

Language:TypeScript 69.6%Language:CSS 15.2%Language:JavaScript 12.1%Language:HTML 3.1%