Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 350 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 350 Bytes

DM Editor monorepo sample project

Use npm workspace for monorepo. Frontend uses nextjs and backend use create-react-app

Install

npm install

cd admin
npm install

cd site
npm install

Run

Admin

cd admin
npm start
# visit http://localhost:3000

Frontend

cd site
npm run dev
# visit http://localhost:3001