I am working on a React / Node / MongoDB application.
The main folders I have right now are
./public
./src
./server
I need to create a file containing a list of suggested tags. That list will be used both in the front-end and the back-end.
What is the more conventional way to name a folder containing something like that? utils? resources?