Skip to content

Commit

Permalink
Frontend - Added Material UI with theme suppport, towards #46 (#55) (#56
Browse files Browse the repository at this point in the history
)

added Material UI support with theme
  • Loading branch information
AbhinavReddy-Dev authored Mar 13, 2023
1 parent a99762f commit f734f09
Show file tree
Hide file tree
Showing 13 changed files with 2,707 additions and 1,138 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -127,4 +127,4 @@ dist
.yarn/unplugged
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*
.pnp.*
26 changes: 25 additions & 1 deletion PantryNodeReact/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
# PantryNode

This is the typescript react frontend of Pantry Node
This is the typescript react frontend of Pantry Node

To install the dependencies

```
npm install
```

To run the application

```
npm start
```

To run tests

```
npm test
```

To build the application

```
npm run build
```
Loading

0 comments on commit f734f09

Please sign in to comment.