I am looking for guidance for the best way to include shared JavaScript code in a react-app without going through npm. Currently my project is set up like this:
./my-project
  /shared
  /server
  /react-app
I made symlinks between the shared directory and the src files for each of the server and the react_app. The symlink works fine with babel --watch for the server but not with create-react-app