Rename PNPM sub-packages to be shorter
Open
tech debt
- Dominant language
- TypeScript
- Stars
- 481
- Forks
- 108
- Avg merge
- 6d 8h
- Merged PRs (30d)
- 5
Description
Rename the PNPM sub packages so that it is more clear what you are working on.
Currently, if you are in the `graph-explorer` folder you can't easily tell if it is the repository root or the sub-package UI project. They are named the exact same in most cases.
Also, `graph-explorer-proxy-server` is pretty long, and would benefit from being shorter.
```
graph-explorer -> client
graph-explorer-proxy-server -> server
```
## Related Issues
Originally part of #303.
Contributor guide
Assessment
This issue has not been assessed yet.