Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialTimothy Williams
14,355 PointsUsing React and Express in creating a MERN application
So I have experience using express and react, but never together. I have been running into many different issues. One such is the "port is already being used", which when I fix that problem I then get the error "Invalid Host header".
I use Cloud9 and have been on the docs which reference me to the webpack.config.js, but even then I can't seem to fix the issues.
My question is, are there any resources here in Treehouse that focuses on using react with express? I just need to figure out how to get it started and I will be able to take it from there.