Skip to content
/ template-react Public template

A React starter repo for building frontend web applications.

License

Notifications You must be signed in to change notification settings

wopjs/template-react

Repository files navigation

@wopjs/template-react

A React starter repo for building frontend web applications.

  • ESLint Configuration: Includes TypeScript support and automatic import sorting.
  • Styling: Supports SCSS modules and Unocss, offering a Tailwind-like styling experience.
  • Build Tools: Uses Vite for fast development and optimized production builds.
  • Continuous Integration: Includes GitHub Actions for automated GitHub pages deploying.

Usage

  • Create a new repo using this template by clicking the "Use this template" button.
  • Clone the repo to your local machine.
  • Install dependencies using npm install.
  • Start the development server using npm run dev.
  • Build the project for production using npm run build.