Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 374 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 374 Bytes

template-js

Template for modern ECMAScript projects

how to use

I recommend using the bun package manager. bun i && bun dev Otherwise: npm i && npm run dev

why

  • Simple
  • Lightweight
  • Production ready
  • Following SPA standards
  • Following best practices for rapid web development

Built with:

  • Vite
  • Express.js
  • React
  • TailwindCSS