1.0.0 • Published 2 years ago

@ysuzuki19/cra-template-router-ts v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

CRA template TypeScript Minimum

badge

HOW TO USE

npx create-react-app@latest --template @ysuzuki19/router-ts myapp

Commands in App

# start (with browser open)
npm start

# start (without browser open)
npm run dev

# build app
npm run build

# serve locally (you must `npm run build` before this)
npm run serve