mxrch / react-scaffold

A sample React app with Typescript, Vite, SWC, Yarn, Tailwind and Flowbite (the best)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Scaffold

A simple project to quickly start a React project with all the most needed dependencies I personally have.

It contains :

  • Typescript
  • SWC compiler (fast, Rust-based)
  • Vite
  • Tailwind
  • Flowbite
  • Yarn (zero NPM)

After the git clone, just :

$ yarn # Install the dependencies
$ yarn dev # Launch with Vite (+ hot reload)

And you'll see this beautiful default web page :

Default web page screenshot

About

A sample React app with Typescript, Vite, SWC, Yarn, Tailwind and Flowbite (the best)


Languages

Language:TypeScript 55.4%Language:JavaScript 26.7%Language:HTML 15.8%Language:CSS 2.1%