Skip to content

Commit

Permalink
Merge pull request #30 from Rahulkottak/ShopApp-Frontend
Browse files Browse the repository at this point in the history
Added ShopApp Frontend Made in Redux
  • Loading branch information
ianshulx authored Oct 3, 2023
2 parents 961c333 + bcd4dce commit 369b657
Show file tree
Hide file tree
Showing 28 changed files with 29,952 additions and 0 deletions.
23 changes: 23 additions & 0 deletions shopapp redux/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
/build

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
11 changes: 11 additions & 0 deletions shopapp redux/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
This code is made in React Js and Redux is used for state management

To install the node_modules in your application, you can run -
```
npm install
```

then to run app in your local machine, you can run command -
```
npm run start
```
Loading

0 comments on commit 369b657

Please sign in to comment.