Skip to content

shopot/vite-react-typescript

Repository files navigation

Vite, React, TypeScript boilerplate

Description

Starter repository for a Vite & React & TypeScrip project using ESLint and Prettier recommended rules and styles.

Getting started

$ git clone https://github.com/shopot/vite-react-typescript.git
$ rm -rf .git
$ git init
$ git commit -a -m "init: start project"
$ git remote add origin https://github.com/your_nickname/your-repo-name.git
$ git branch -M main
$ git push -u origin main
$ npm run install
$ npm run dev

Running the app

# development
$ npm run dev

# build production
$ npm run build

# preview mode
$ npm run preview

# start linting
$ npm run lint

License

MIT.

About

Vite React TypeScript boilerplate

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published