Skip to content

Commit 0e867f1

Browse files
authored
Merge pull request #54 from sivadass/feat/v3
Feat/v3
2 parents 0ba7787 + 467d328 commit 0e867f1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+14992
-12877
lines changed

.babelrc

Lines changed: 0 additions & 16 deletions
This file was deleted.

.gitignore

Lines changed: 20 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,23 @@
1-
# Stylesheets
2-
.sass-cache/
3-
*.css.map
1+
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
42

5-
# Node Modules
6-
node_modules/
3+
# dependencies
4+
/node_modules
5+
/.pnp
6+
.pnp.js
77

8-
# JS Mapping files
9-
*.js.map
8+
# testing
9+
/coverage
1010

11-
# Misc
12-
.DS_Store
11+
# production
12+
/build
13+
14+
# misc
15+
.DS_Store
16+
.env.local
17+
.env.development.local
18+
.env.test.local
19+
.env.production.local
20+
21+
npm-debug.log*
22+
yarn-debug.log*
23+
yarn-error.log*

.prettierrc

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"printWidth": 80,
3+
"tabWidth": 2,
4+
"useTabs": false,
5+
"semi": true,
6+
"singleQuote": false,
7+
"trailingComma": "none",
8+
"bracketSpacing": true,
9+
"jsxBracketSameLine": false,
10+
"fluid": false
11+
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# React Shopping Cart
22

3-
Simple React Shopping Cart without using Redux
3+
Simple React Shopping Cart
44

55
[![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/sivadass/react-shopping-cart) [![Github file size](https://img.shields.io/github/size/webcaetano/craft/build/phaser-craft.min.js.svg)](https://github.com/sivadass/react-shopping-cart) [![David](https://img.shields.io/david/expressjs/express.svg)](https://github.com/sivadass/react-shopping-cart)
66

config/webpack.common.js

Lines changed: 0 additions & 56 deletions
This file was deleted.

config/webpack.dev.js

Lines changed: 0 additions & 26 deletions
This file was deleted.

config/webpack.prod.js

Lines changed: 0 additions & 48 deletions
This file was deleted.

docs/0.e7ae961712bc5f1571e4.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/index.html

Lines changed: 0 additions & 18 deletions
This file was deleted.

docs/main.14a5b50ebdbc2d1615af.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)