Skip to content

StyleList94/stylish-react-app

Repository files navigation

Stylish React App

Quick start your React Application

Featured

  • Vite React Typescript
  • SWC
  • Vitest
  • Testing Library
  • ESLint Airbnb rules
  • Prettier

Get Started

Use template

npx degit StyleList94/stylish-react-app stylish-app

Install Dependencies

npm install

# or yarn
yarn install

Run App

npm run dev

# or yarn
yarn dev

Testing

CI/watch

npm run test

# or yarn
yarn test

UI Mode

npm run test:ui

# or yarn
yarn test:ui

Coverage

npm run test:coverage

# or yarn
yarn test:coverage

Releases

No releases published

Packages

No packages published