I have this in my app.js
app.use(express.static(path.join(__dirname, '../public')));
..and this is my main layout page
<link rel="stylesheet" href="/css/styles.css">
I've tried just about every combination I can think of, but I can't get the stylesheet to connect.
You can view the repo here to understand the file hierarchy - https://github.com/NolWag/Shopify-eCommerce-App
I can't seem to figure out what I'm missing, any help is greatly appreciated.