Skip to content

Template repository for a new React app using TypeScript, Vite and TailwindCSS

Notifications You must be signed in to change notification settings

JanPlazovnik/vite-react-ts-tailwind

Repository files navigation

vite-react-ts-tailwind

Template repository for a new React app using TypeScript, Vite and TailwindCSS.

Instalation

$ npm install

or

$ yarn install

Basic usage

# dev server with hot reload at http://localhost:3000
$ npm start 

or

# dev server with hot reload at http://localhost:3000
$ yarn start

Navigate to http://localhost:3000. The app will automatically reload if you change any of the source files.

Build

Run build to build the project. The build artifacts will be stored in the build/ directory.

# build for production with minification
$ npm run build

or

# build for production with minification
$ yarn build

About

Template repository for a new React app using TypeScript, Vite and TailwindCSS

Topics

Resources

Stars

Watchers

Forks