vite + React + TypeScript Starter
This setup includes:
- vite
- eslint, typescript-eslint, eslint-airbnb-config, prettier
- vitest, jsdom, @testing-library
- react-router v6
This setup includes:
Getting Started with Create React App This project was bootstrapped with Create React App. It contains the following additions: Typescript Tailwind St
eslint-config-100terres A modern ESlint configuration for JavaScript, TypeScript
React Template using TS, Best Practices of Context API, Testing Library and Jest, Axios, React-router-dom and Styled-Components
UniversalJS A universal Javascript starter kit inc. React, Redux, Redux Dev Tools, Universal Redux Router, CSS Modules, hot module reloading, Babel fo
React package boilerplate by HackingBay Rollup + React 17 + Babel + Prettier + Strict ESlint and Stylelint + Sass + VSCode + Playground app - Enterpri
Getting Started with React-TS-Redux-App This project was bootstrapped with Create React App. What is it This is a template for Typescript powered, red
π Inicio RΓ‘pido Clona el repositorio. Una vez creado el repositorio procede a i
π A boilerplate with generic configurations to a Nextjs project with bun, vitest, cicd and etc
vite-react-ts-extended vite react-ts templete + eslint, jest, tailwindcss This is the official Vite template(npm init [email protected] myapp -- --template
1: str
is define and dont use.
export function App({ str }: { str: string }) {
return (
<Routes>
<Route path="/" element={<Home />} />
<Route path="*" element={<NotFound />} />
</Routes>
);
}
2: str
is required but eslint ignore
export function WrappedApp() {
return (
<HashRouter>
<App />
</HashRouter>
);
}
Thank you for this wonderful template. It helped me to save time from setting up react project from the scratch. I feel like, adding husky and commit lint will make it even more useful.
Intention is to have some light-weight starter kit for any react (static) applications. Faster ?? build time, type-safe, linting, etc, are the things which have been considered for this setup.
A modern minimal Vite + React + TypeScript template with pre-configured ESLint (with Airbnb JS/React rules), Prettier, Testing with Jest and Git hooks with Husky out of the box ??
An template project made with Next.js, Typescript, Styled Components, Eslint, Prettier, Editorconfig, Storybook, Hygen and Jest + React Testing Library
Create a new project with Vite, React JS, TypeScript, Eslint, Prettier in just 1 second. You don't need to do anything anymore.
Template Repo for React + Typescript + Vite Introduction This is a template repo for projects built with react and typescript on the basis of vite. Fe
Next.js 12 Complete Boilerplate This is a readme from next.js 12 complete boilerplate. Table of Contents Just to make your dev experience more simple
A React boilerplate with Typescript using Vite. Includes React-query, Zustand, Tailwindcss, EsLint + Prettier, Husky Commit Lint
React TypeScript template with Vite This is a React + TypeScript boilerplate built with Vite. What's inside? ReactJS Vite TypeScript Jest Testing Libr
vite-react-template vite + react + router + ts A starter for React with Typescript with the fast Vite directory src assets components layout pages ins
Next.js + Tailwind CSS Example By Pedromdsn Deploy your own Deploy the example using Vercel or preview live with StackBlitz How to use Execute create-