himorishige / react-arch-example

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Tailwindcss Storybook Boilerplate build with Vite

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

What is inside?

This project uses many tools like:

Getting Started

Install

Create the project.

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

Access the project directory.

cd my-app

Install dependencies.

yarn install

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

yarn dev

Lint

yarn lint

Build

yarn build

Test

yarn test

Storybook

yarn storybook

Cypress

setup

cd e2e
yarn install
cd e2e
yarn cy:open
or
yarn cy:run

About

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


Languages

Language:TypeScript 79.9%Language:JavaScript 16.5%Language:CSS 3.0%Language:HTML 0.5%Language:Shell 0.1%