UNPKG

react-middleware

Version:

Connect middleware for serving React components from a standard folder structure.

9 lines (8 loc) 125 B
export default { "/": { page: "Home", title: "Home Page", props: {}, entry: "entry.js" // Optional. } };