dragosrotaru / ppeforfree

Collective sensemaking for mutual aid groups manufacturing PPE during COVID.
https://ppeforfree.org
GNU General Public License v3.0
5 stars 5 forks source link

Dont nest Scripts in the project. Scripts and the React app should be side by side #60

Open dragosrotaru opened 4 years ago

dragosrotaru commented 4 years ago

files like tsconfig.json and package.json inherit from their parent folder. This makes it hard to understand whats going on. Its better for projects to not be sub-nested. But deployment needs to be updated as well if that is the case.