UNPKG

create-bz-mern-app

Version:

CLI to scaffold a fullstack React + Node.js app with Google login and JWT auth

11 lines 295 B
{ "name": "bz-mern-fullstack-app", "version": "1.0.0", "private": true, "scripts": { "dev": "npm install --prefix frontend && npm run build --prefix frontend && npm install --prefix backend && npm start --prefix backend" }, "devDependencies": { "concurrently": "^8.0.1" } }