Skip to content
/ react-template Public template

Template for my React projects with useful packages including Tailwind, Framer Motion, and React Router.

Notifications You must be signed in to change notification settings

nstgeorge/react-template

Repository files navigation

React Template

This is the template I use for new React projects.

How to Use

I recommend using degit to grab this repo, or you can click the "Use this template" button above.

degit nstgeorge/react-template my-project # grab the repo
cd my-project
npm install # install dependencies
npm run dev # start dev server

That should be it! Your page is at localhost:5173 by default. Feel free to use the few UI elements I have in here.

Important Libraries and Frameworks

Check these links for documentation.

About

Template for my React projects with useful packages including Tailwind, Framer Motion, and React Router.

Resources

Stars

Watchers

Forks