Skip to content

alexsanzder/vid

Repository files navigation

Vid! - React TypeScript Tailwind template with Vite

This is a React + TypeScript boilerplate built with Vite.

It also includes Tailwind.

What's inside?

Getting started

  1. Create the project.

    npx degit alexsanzder/vid my-app
  2. Access the project directory.

    cd my-app
  3. Initialize a git repository.

    git init
  4. Install dependencies.

    pnpm install
  5. Serve with hot reload at http://localhost:3000.

    pnpm run dev

Recommended VS Code extensions

Other commands

Lint commands

npm run lint

Build commands

npm run build

Test commands

  • Run tests
    npm run test
  • Watch tests
    npm run test:watch
  • Run e2e tests with cypress
    npm run test:e2e

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published