create-fullstack-react-app
v1.4.1
Published
Fullstack React application generator.
Readme
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-appYou 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
