UNPKG

@mahjongg/mern-mvc

Version:

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

15 lines (12 loc) 214 B
module.exports = `import React from 'react'; import "./style.css"; const Home = (props) =>{ return ( <div> <h1>Is this your secret word?</h1> <p>{props.secret}</p> </div> ); }; export default Home;`;