matozz / vite-react-framer-starter

This is a template for Vite to create a React application with Typescript, Framer Motion and TailwindCSS.

Home Page:https://vite-react-framer-starter.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Happy SVG

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, .eslintignore and .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

About

This is a template for Vite to create a React application with Typescript, Framer Motion and TailwindCSS.

https://vite-react-framer-starter.vercel.app


Languages

Language:TypeScript 96.3%Language:HTML 2.7%Language:JavaScript 0.6%Language:CSS 0.4%