TaylorBeeston / create-fullstack-react-app

Bootstrap a fullstack React application using a Node server with PostgreSQL or MongoDB, your choice!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Bootstrap a fullstack React application using a Node server with PostgreSQL or MongoDB, your choice!

License:MIT License


Languages

Language:JavaScript 64.6%Language:TypeScript 19.9%Language:HTML 9.5%Language:CSS 5.9%