react-app-accelerator Tailwind Templates

React App Accelerator

Base app to set up React with Next, Tailwind, and Storybook.

React Accelerator 🚀

A modern React starter template built with Next.js, TypeScript, and best practices out of the box.

Features ✨

  • ⚡️ Next.js for hybrid static & server rendering
  • 📦 TypeScript for type safety
  • 🎨 Modern development tools:
    • ESLint for code linting
    • Prettier for code formatting
    • Husky for Git hooks
    • Jest & React Testing Library for testing
  • 🛠️ Pre-configured development environment
  • 📱 Mobile-first responsive design approach
  • 🔧 Path aliases for clean imports

Getting Started 🏁

Prerequisites

  • Node.js 18.x or later
  • pnpm 8.x or later

Installation

  1. Clone the repository:
git clone https://github.com/abryant710/react-accelerator.git
  1. Install dependencies:
pnpm install
  1. Start the development server:
pnpm dev

Your app should now be running on http://localhost:3000!

Available Scripts 📝

  • pnpm dev - Start development server
  • pnpm build - Build for production
  • pnpm start - Start production server
  • pnpm lint - Run ESLint
  • pnpm test - Run tests
  • pnpm test:watch - Run tests in watch mode
  • pnpm type-check - Run TypeScript compiler check

Top categories

Loading Svelte Themes