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
- Clone the repository:
git clone https://github.com/abryant710/react-accelerator.git
- Install dependencies:
pnpm install
- 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