Template for modern ECMAScript projects
I recommend using the bun package manager.
bun i && bun dev
Otherwise:
npm i && npm run dev
- Simple
- Lightweight
- Production ready
- Following SPA standards
- Following best practices for rapid web development
Built with:
- Vite
- Express.js
- React
- TailwindCSS