LukeberryPi / naked-react

naked react template for dirty prototyping

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

naked react template for dirty prototyping

this is exactly like a vite + react project, but without styling, typescript and assets.

you can use this template repository or run locally using following commands on your terminal:

  • clone it with git clone https://github.com/LukeberryPi/naked-react.git
  • access the newly created repo with cd naked-react
  • install the dependencies with npm i
  • then run npm run dev

now localhost:5173 is ready for some dirty prototyping!

About

naked react template for dirty prototyping


Languages

Language:JavaScript 73.7%Language:HTML 26.3%