UNPKG

create-app-setup

Version:

A CLI tool to quickly set up frontend & backend projects with various frameworks.

9 lines (7 loc) 129 B
import React from 'react' const index = () => { return ( <h1>Next App by Create-App-SetUp</h1> ) } export default index