If you can't wait then you can jump straight into the starter project on GitHub. I've found it easiest to work with a server within the same project so that you can start everything up with one command.īy the end of this post you will learn how to set up an Express server that runs alongside a React app. It's a little less clear when you're building or prototyping an application that requires a server side component, like generating access tokens for Twilio Video or Chat, though.
Create React App is a great tool for getting a React application up and running.