Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 339 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 339 Bytes

MERN Demo

Node.js CI

Mongo + Fastify + React + Node

Build Frontend

cd frontend
npm i
npm run build

Build Backend

cd backend
npm i
npm run build
npm run start