@terry-cli/terry-ui
v0.1.1
Published
This is a [React](https://reactjs.org) + [TypeScript](https://www.typescriptlang.org/) boilerplate built with [Vite](https://vitejs.dev).
Readme
React TypeScript template with Vite
This is a React + TypeScript boilerplate built with Vite.
What's inside?
Getting started
Create the project.
npx degit fabien-ml/react-ts-vite-template my-appAccess the project directory.
cd my-appInitialize a git repository.
git initInstall dependencies.
npm installStart dev server with hot reload at http://localhost:3000.
npm run dev
Recommended VS Code extensions
Other commands
Lint commands
npm run lintBuild commands
npm run buildRun the app in production mode at http://localhost:3000.
npm run serveTest commands
- Run unit tests and watch
npm run test:unit - Run unit tests with coverage
npm run test:unit:coverage - Run e2e tests
npm run test:e2e
License
This project is licensed under the MIT License.
