YummyTi / viteConfig

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vite-react-ts-extended Typecheck Test Build Lint Depfu

My CRA alternative.
Create plain and lightweight React+TS programming environment with familiar pre-setup tooling
eslint/prettier, jest/TS/react-testing-library/msw, tailwindcss, CI.

This is the official Vite template(npm init vite@latest myapp -- --template react-ts) and some extended setup.

All npm package are keeping least release version powered by Depfu.

Installation

npx degit laststance/vite-react-ts-extended myapp
cd myapp
yarn install
yarn dev

or npm

cd myapp
npm install
npm run dev

Background

The evolution of the React framework is accelerating more than ever before.
Next.js, Remix, RedwoodJS, Gatsby, Blitz etc...

Ahthough I still need plain React programming starter some reason. (.e.g Demo, Experiment like Deep Dive React Core.)
So far, create-react-app was it.
In short, create-react-app development couldn't say active. Please read the Issue in details.

So I created an alternative to create-react-app for myself, based on Vite.
This project contains my very opinionted setup,
but I hope it will be a useful tool for people who have similar needs to mine! 😀

License

MIT

Contributors ✨

Thanks goes to these wonderful people (emoji key):


ryota-murakami

💻 📖 ⚠️

This project follows the all-contributors specification. Contributions of any kind welcome!

About

License:MIT License


Languages

Language:TypeScript 52.3%Language:JavaScript 31.4%Language:CSS 9.6%Language:Shell 3.4%Language:HTML 3.4%