UNPKG

cra-template-fireship

Version:

Build and ship 🔥 your app ⚡ faster

18 lines (16 loc) • 353 B
function App() { return ( <> <div className="header" /> <div className="npm-command"> <code> $ npx create-react-app <span className="npm-cra"> yourAppName </span> --template <span className="npm-template"> fireship</span> </code> </div> </> ); } export default App;