A starter Vite template having:
- React
- TypeScript
- Vite
- Tailwind CSS
- Framer Motion
and some elegant framer motion examples components
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-nameAfter 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 installLet's run!
$ pnpm run dev
# npm run dev
# yarn run devWe've already implemented some recommended configurations in
.eslintrc,.eslintignoreand.prettierrc. Feel free to edit them if you have your own preferences.
Feel free to dive in! Open an issue or submit PRs.
MIT © Matoz