Yenyun035 / MERN-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MERN Demo

Mongo + Fastify + React + Node

Create frontend (React) project

npx create-react-app frontend --template typescript

Create backend (Fastify) project

ref

mkdir backend
cd backend
npm init -y
npm i fastify fastify-static pino-pretty mongoose dotenv
npm i -D typescript @types/node @types/mongoose
npx tsc --init
npm i -D concurrently nodemon

About


Languages

Language:TypeScript 83.3%Language:CSS 8.2%Language:HTML 7.0%Language:JavaScript 1.0%Language:Shell 0.5%