UNPKG

@mahjongg/mern-mvc

Version:

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

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