UNPKG

@mahjongg/mern-mvc

Version:

A CLI that will build a MERN stack application using create-react-app

10 lines (6 loc) 193 B
module.exports = `module.exports = function (passport) { const path = require("path"); const router = require('express').Router(); //add any API routes here return router; };`;