Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1019 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 1019 Bytes

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.