This is a very common question among newer React developers, and one question I had when I was starting out with React and Node. In this short example I will show you how to make create-react-app work with a Node Express Backend.
Profile Updater – A React App to Update Your Social Media Profiles: Twitter, GitHub & Facebook
If you are anything like me when it comes to keeping your social media profiles in sync, then you could benefit from this app. The purpose is to type your profile information once, and then send the updates to your profile in Twitter, GitHub & Facebook. Just to note, this project is still in development […]
Quickly Set Up a Node ExpressJS Server to Serve a Static Site
Node is very practical and lets you set up a server very quickly, with just a few lines of code and allowing you to server your static site files. I use Yarn as my preferred package manager, but you can use npm if you prefer.