Starter repository for a Vite & React & TypeScrip project using ESLint and Prettier recommended rules and styles.
$ 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# development
$ npm run dev
# build production
$ npm run build
# preview mode
$ npm run preview
# start linting
$ npm run lintMIT.

