nxpm / stack

🥭 nxpm-stack lets you generate a complete and opinionated full-stack application in a Nx Workspace, ready to extend and deploy!
https://npm.im/@nxpm/stack
MIT License
108 stars 14 forks source link

Duplicated code that can be removed #63

Closed ruslanguns closed 3 years ago

ruslanguns commented 3 years ago

Expected Behavior

There is some unused code in the ApiCore libraries as well few files that are unnecesary.

Current Behavior

Possible Solution

In my working example I have committed the changes with all the unnecessary code I saw. If you are interested I can submit a PR with the code removed:

https://github.com/ruslanguns/nxpm-app-sample/commit/36ce047cef34a1aaf79c0f07e73ff49d519644c4

Steps to Reproduce (for bugs)

By generating a new workspace.

Your Environment

beeman commented 3 years ago

Hey @ruslanguns , feel free to add a PR that removes unused code.