Skip to content

Chadrack09/react.js-shopping-cart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Shopping Cart App

Documentation

The documentation is provided using JSDOc Library. Open JsDoc index file in your browser to view the documentation.

Double click on price to edit and double click or press enter to exit edit mode

Development

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

Production

For production build, run the following command:

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

Install serve package globally using the following command:

npm install -g serve

Serve the build folder using the following command:

serve -s build

Advanced Configuration

This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration

About

Shopping cart built with react and redux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published