2.1.0 • Published 4 years ago
@ysuzuki19/cra-template-ts-min v2.1.0
CRA template TypeScript Minimum
HOW TO USE
npx create-react-app@latest --template @ysuzuki19/ts-min myappCommands 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