Skip to content

React boilerplate with Vite instead of CRA, Typescript and storybook

Notifications You must be signed in to change notification settings

hassanmehdi98/react-vite-ts-boilerplate

Repository files navigation

React boilerplate

Features

  • Typescript
  • Vite instead of CRA
  • Storybook

Installation

This boilerplate requires Node.js v16+ to run.

Clone the repo and install dependancies

git clone https://github.com/hassanmehdi98/react-vite-ts-boilerplate.git
npm install

For development, simply run

npm run dev

For production build, simply run

npm run build

Storybook

For running storybook in development

npm run storybook

For creating storybook static build

npm run build-storybook

About

React boilerplate with Vite instead of CRA, Typescript and storybook

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published