README.md
July 9, 2025 · View on GitHub
vite-react-framer-starter
Introduction
A starter Vite template having:
- React
- TypeScript
- Vite
- Tailwind CSS
- Framer Motion
and some elegant framer motion examples components
Install
This project uses node and a package manager (npm, yarn or pnpm). Go check them out if you don't have them locally installed.
Then you need a copy of this repository. You can download a copy as zip but degit is recommended.
After you installed degit, please excute the following commandd:
$ cd path-to-save-your-project
$ degit matozz/vite-react-framer-starter your-project-name
After getting a copy of this repository, you can use your package manager to install dependecies:
$ cd path-to-your-project
$ pnpm install
# npm install
# yarn install
Usage
Let's run!
$ pnpm run dev
# npm run dev
# yarn run dev
We've already implemented some recommended configurations in
.eslintrc,.eslintignoreand.prettierrc. Feel free to edit them if you have your own preferences.
Related Efforts
Related Docs
Contributing
Feel free to dive in! Open an issue or submit PRs.
License
MIT © Matoz