All Projects → joaopaulomoraes → reactjs-vite-tailwindcss-boilerplate

joaopaulomoraes / reactjs-vite-tailwindcss-boilerplate

Licence: MIT license
ReactJS + Vite boilerplate to be used with Tailwindcss.

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to reactjs-vite-tailwindcss-boilerplate

fullstack-template
This is a template repository to get up and running quickly with Vite, React, Jest, Express Docker, and Github Actions for CI/CD.
Stars: ✭ 14 (-86.41%)
Mutual labels:  eslint, jest, tailwindcss, vite
vite-react-ts-tailwind-firebase-starter
Starter using Vite + React + TypeScript + Tailwind CSS. And already set up Firebase(v9), Prettier and ESLint.
Stars: ✭ 108 (+4.85%)
Mutual labels:  eslint, prettier, tailwindcss, vite
awesome-address-book
This project shows a basic address book built with ReactJS, Redux Toolkit and Typescript 📖
Stars: ✭ 20 (-80.58%)
Mutual labels:  eslint, jest, prettier
Webpack React Boilerplate
Minimal React 16 and Webpack 4 boilerplate with babel 7, using the new webpack-dev-server, react-hot-loader, CSS-Modules
Stars: ✭ 358 (+247.57%)
Mutual labels:  eslint, jest, prettier
React Ssr Starter
All have been introduced React environment
Stars: ✭ 20 (-80.58%)
Mutual labels:  eslint, jest, prettier
node-backend-template
A template for NodeJS backend projects
Stars: ✭ 19 (-81.55%)
Mutual labels:  eslint, jest, prettier
walrus
🎉 Cli development framework.
Stars: ✭ 17 (-83.5%)
Mutual labels:  eslint, jest, prettier
Serverless Typescript Starter
🗄🙅‍♀️ Deploy your next serverless JavaScript function in seconds
Stars: ✭ 653 (+533.98%)
Mutual labels:  eslint, jest, prettier
eslint-config-adjunct
A reasonable collection of plugins to use alongside your main esLint configuration
Stars: ✭ 39 (-62.14%)
Mutual labels:  eslint, jest, prettier
Starter React Flux
Generate your React PWA project with TypeScript or JavaScript
Stars: ✭ 65 (-36.89%)
Mutual labels:  eslint, jest, prettier
Node Typescript Boilerplate
Minimalistic project template to jump start a Node.js back-end application in TypeScript. ESLint, Jest and type definitions included.
Stars: ✭ 1,061 (+930.1%)
Mutual labels:  eslint, jest, prettier
Mostly
They mostly come at night; mostly.
Stars: ✭ 78 (-24.27%)
Mutual labels:  eslint, jest, prettier
react16-seed-with-apollo-graphql-scss-router4-ssr-tests-eslint-prettier-docker-webpack3-hot
Seed to create your own project using React with Apollo GraphQL client
Stars: ✭ 19 (-81.55%)
Mutual labels:  eslint, jest, prettier
next-pwa-template
Next.js progressive web app template
Stars: ✭ 266 (+158.25%)
Mutual labels:  eslint, prettier, tailwindcss
nextjs-baseweb
Slightly opinionated scaffold of Next.js and Base Web.
Stars: ✭ 46 (-55.34%)
Mutual labels:  eslint, jest, prettier
React Typescript Web Extension Starter
🖥 A Web Extension starter kit built with React, TypeScript, SCSS, Storybook, Jest, EsLint, Prettier, Webpack and Bootstrap. Supports Google Chrome + Mozilla Firefox + Brave Browser 🔥
Stars: ✭ 510 (+395.15%)
Mutual labels:  eslint, jest, prettier
Reeakt
A modern React boilerplate to awesome web applications
Stars: ✭ 116 (+12.62%)
Mutual labels:  eslint, jest, prettier
react-component-library-lerna
Build your own React component library managed with lerna, presented with storybook and published in private npm registry.
Stars: ✭ 55 (-46.6%)
Mutual labels:  eslint, jest, prettier
Express React Boilerplate
🚀🚀🚀 This is a tool that helps programmers create Express & React projects easily base on react-cool-starter.
Stars: ✭ 32 (-68.93%)
Mutual labels:  eslint, jest, prettier
Simple React Calendar
A simple react based calendar component to be used for selecting dates and date ranges
Stars: ✭ 97 (-5.83%)
Mutual labels:  eslint, jest, prettier

React Tailwindcss Boilerplate build with Vite

This is a ReactJS + Vite boilerplate to be used with Tailwindcss.

What is inside?

This project uses many tools like:

Getting Started

Install

Create the project.

npx degit joaopaulomoraes/reactjs-vite-tailwindcss-boilerplate my-app

Access the project directory.

cd my-app

Install dependencies.

npm install

Serve with hot reload at http://localhost:3000.

npm run dev

Lint

npm run lint

Build

npm run build

Test

npm run test

License

This project is licensed under the MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].