An NPM package will be made in the future. For now, you can use npx degit:
npx degit Isaac-Svi/react-express-starter#main <your project folder name>
cd into the project folder, then run the following to install dependencies:
npm run setup
Finally, just run the following code to get started:
npm run dev