Skip to content

Commit

Permalink
Merge pull request #457 from dasuni-30/test
Browse files Browse the repository at this point in the history
Migrate to Create React App template.
  • Loading branch information
dasuni-30 authored May 2, 2024
2 parents 0171f11 + 6e35ca6 commit ea5611c
Show file tree
Hide file tree
Showing 41 changed files with 31,225 additions and 6,982 deletions.
2 changes: 1 addition & 1 deletion petcare-sample/b2c/web-app/petdesk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
```
bal run
```
1. Navigate to <PROJECT_HOME>/petcare-sample/b2c/web-app/petdesk/apis/ballerina/billing-management-service and start the
2. Navigate to <PROJECT_HOME>/petcare-sample/b2c/web-app/petdesk/apis/ballerina/billing-management-service and start the
pet management service by executing the following command in the terminal.
```
bal run
Expand Down
6 changes: 0 additions & 6 deletions petcare-sample/b2c/web-app/petdesk/web/package-lock.json

This file was deleted.

23 changes: 23 additions & 0 deletions petcare-sample/b2c/web-app/petdesk/web/react/.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*
441 changes: 438 additions & 3 deletions petcare-sample/b2c/web-app/petdesk/web/react/README.md

Large diffs are not rendered by default.

43 changes: 0 additions & 43 deletions petcare-sample/b2c/web-app/petdesk/web/react/babel.config.js

This file was deleted.

9 changes: 0 additions & 9 deletions petcare-sample/b2c/web-app/petdesk/web/react/config.js

This file was deleted.

16 changes: 0 additions & 16 deletions petcare-sample/b2c/web-app/petdesk/web/react/config.json

This file was deleted.

Loading

0 comments on commit ea5611c

Please sign in to comment.