-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
101 lines (64 loc) · 4.19 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>JSDoc: Home</title>
<script src="scripts/prettify/prettify.js"> </script>
<script src="scripts/prettify/lang-css.js"> </script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
<link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
</head>
<body>
<div id="main">
<h1 class="page-title">Home</h1>
<h3> </h3>
<section>
<article><h1>React Shopping Cart App</h1>
<h2>Documentation</h2>
<p>The documentation is provided using JSDOc Library. Open <a href="./docs/index.html">JsDoc</a>
index file in your browser to view the documentation.</p>
<p>Double click on <code>price</code> to edit and double click or press enter to exit edit mode</p>
<h2>Development</h2>
<p>In the project directory, you can run:</p>
<h3><code>npm start</code></h3>
<p>Runs the app in the development mode.<br>
Open <a href="http://localhost:3000">http://localhost:3000</a> to view it in your browser.</p>
<p>The page will reload when you make changes.<br>
You may also see any lint errors in the console.</p>
<h3><code>npm test</code></h3>
<p>Launches the test runner in the interactive watch mode.<br>
See the section about <a href="https://facebook.github.io/create-react-app/docs/running-tests">running tests</a> for more information.</p>
<h2>Production</h2>
<p>For production build, run the following command:</p>
<h3><code>npm run build</code></h3>
<p>Builds the app for production to the <code>build</code> folder.<br>
It correctly bundles React in production mode and optimizes the build for the best performance.</p>
<p>The build is minified and the filenames include the hashes.<br>
Your app is ready to be deployed!</p>
<p>See the section about <a href="https://facebook.github.io/create-react-app/docs/deployment">deployment</a> for more information.</p>
<p>Install serve package globally using the following command:</p>
<h3><code>npm install -g serve</code></h3>
<p>Serve the build folder using the following command:</p>
<h3><code>serve -s build</code></h3>
<h3>Advanced Configuration</h3>
<p>This section has moved here: <a href="https://facebook.github.io/create-react-app/docs/advanced-configuration">https://facebook.github.io/create-react-app/docs/advanced-configuration</a></p>
<h3>Deployment</h3>
<p>This section has moved here: <a href="https://facebook.github.io/create-react-app/docs/deployment">https://facebook.github.io/create-react-app/docs/deployment</a></p>
<h3><code>npm run build</code> fails to minify</h3>
<p>This section has moved here: <a href="https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify">https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify</a></p></article>
</section>
</div>
<nav>
<h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="Button.html">Button</a></li><li><a href="Card.html">Card</a></li><li><a href="CartItems.html">CartItems</a></li><li><a href="Header.html">Header</a></li><li><a href="ImageSlider.html">ImageSlider</a></li><li><a href="ItemAttr.html">ItemAttr</a></li><li><a href="ItemDes.html">ItemDes</a></li><li><a href="ItemDetails.html">ItemDetails</a></li><li><a href="ItemPrice.html">ItemPrice</a></li><li><a href="Modal.html">Modal</a></li><li><a href="NavCategory.html">NavCategory</a></li></ul><h3>Global</h3><ul><li><a href="global.html#ADD_TO_CART">ADD_TO_CART</a></li><li><a href="global.html#client">client</a></li><li><a href="global.html#fetchProductsActions">fetchProductsActions</a></li><li><a href="global.html#filterProductsByCategory">filterProductsByCategory</a></li><li><a href="global.html#REMOVE_FROM_CART">REMOVE_FROM_CART</a></li><li><a href="global.html#TOTAL_AMOUNT">TOTAL_AMOUNT</a></li></ul>
</nav>
<br class="clear">
<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.11</a> on Sun Oct 30 2022 22:00:34 GMT+0200 (South Africa Standard Time)
</footer>
<script> prettyPrint(); </script>
<script src="scripts/linenumber.js"> </script>
</body>
</html>