UNPKG

cra-template-node-express

Version:

You can use the template using the below command.

11 lines (8 loc) 182 B
import React from 'react'; import './App.css'; export class App extends React.Component{ render(){ return(<h1>Welcome to Digital App Builder</h1>); } } export default App;