Create Fullstack React App
Bootstrap a React application with a backend in Express, and choose between PostgreSQL or MongoDB.
Create your fullstack application:
npx create-fullstack-react-app my-app
You will be prompted to choose your React frontend:
? What frontend do you want to use? (Use arrow keys)
❯ Traditional ReactJS (jsx)
React with TypeScript (tsx)
You will be prompted to choose your database:
? What database do you want to use? (Use arrow keys)
❯ PostgreSQL
MongoDB
That's it! Enjoy!
More info: https://levelup.gitconnected.com/create-a-fullstack-react-application-in-a-few-minutes-56cd1702cd22