Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 771 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 771 Bytes

Bare Bones

this is a boilerplate starting project using the following:

  • Pnpm | package manager
  • Vite | dev server
    • Vite Image Optimizer | in production only
    • React 'Click to Component'
  • Eslint | code analysis
  • Styled components | component css

Potential swap-outs/additions

Commands

all commands are prefixed pnpm:

  • dev | runs the local server
  • build | runs the local server and builds files to /dist
  • preview | builds files to /dist and runs a preview of that