Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 526 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 526 Bytes

React Boilerplate

Packages Included

  • react
  • react-router-dom
  • express
  • vite
  • vitest
  • eslint

Setup

  • Clone this repo, navigate to it, install packages, and start the server with npm run dev

    Tip
    npm install
    npm run dev

Provide feedback on this repo