Ghost Order
Ghost Order
Explore posts from servers
RRailway
Created by Ghost Order on 4/3/2024 in #✋|help
Installing dependencies for sub directories
hehe, I guess being self taught helped to build it
39 replies
RRailway
Created by Ghost Order on 4/3/2024 in #✋|help
Installing dependencies for sub directories
but having an easy quick start helps
39 replies
RRailway
Created by Ghost Order on 4/3/2024 in #✋|help
Installing dependencies for sub directories
yep, I always try to know understand at least the basics of the technology I use in my apps so I can customize it when I needed or have some notion of where to look at
39 replies
RRailway
Created by Ghost Order on 4/3/2024 in #✋|help
Installing dependencies for sub directories
I will read more on nix and cady, thank you
39 replies
RRailway
Created by Ghost Order on 4/3/2024 in #✋|help
Installing dependencies for sub directories
well that's right
39 replies
RRailway
Created by Ghost Order on 4/3/2024 in #✋|help
Installing dependencies for sub directories
oh, I was thinking in creating a barebones nodejs server inside the client and serve the build files through it
39 replies
RRailway
Created by Ghost Order on 4/3/2024 in #✋|help
Installing dependencies for sub directories
I don't know why but I just completely forgot that the client having its own little sever to serve just the build files is a thing xD
39 replies
RRailway
Created by Ghost Order on 4/3/2024 in #✋|help
Installing dependencies for sub directories
or maybe I just go with the more common approach you mentioned 😅
39 replies
RRailway
Created by Ghost Order on 4/3/2024 in #✋|help
Installing dependencies for sub directories
I see, well thank you for your time brody, I will read more about that
39 replies
RRailway
Created by Ghost Order on 4/3/2024 in #✋|help
Installing dependencies for sub directories
39 replies
RRailway
Created by Ghost Order on 4/3/2024 in #✋|help
Installing dependencies for sub directories
oh right, sorry
39 replies
RRailway
Created by Ghost Order on 4/3/2024 in #✋|help
Installing dependencies for sub directories
it failed again with the same error, rimraf and react-scripts not found
39 replies
RRailway
Created by Ghost Order on 4/3/2024 in #✋|help
Installing dependencies for sub directories
ok
39 replies
RRailway
Created by Ghost Order on 4/3/2024 in #✋|help
Installing dependencies for sub directories
39 replies
RRailway
Created by Ghost Order on 4/3/2024 in #✋|help
Installing dependencies for sub directories
oh mmm, yeah certainly that's another common approach
39 replies
RRailway
Created by Ghost Order on 4/3/2024 in #✋|help
Installing dependencies for sub directories
sure let me check the link
39 replies
RRailway
Created by Ghost Order on 4/3/2024 in #✋|help
Installing dependencies for sub directories
well before I had both on separated repos, but then I always ended duplicating the commit messages for both, since every change in the client repo forces also an update in the server repo because it serves the static files generated by create-react-app in client xD
39 replies
RRailway
Created by Ghost Order on 4/3/2024 in #✋|help
Installing dependencies for sub directories
yep, client basically just build the frontend files into a public/ dir that is located inside server/ and then the server can serve those static files
39 replies
RRailway
Created by Ghost Order on 4/3/2024 in #✋|help
Installing dependencies for sub directories
no imports, just the build script in the client's package.json removes and creates a directory in server
39 replies
RRailway
Created by Ghost Order on 4/3/2024 in #✋|help
Installing dependencies for sub directories
39 replies