Hacker News clone built with Vue3, Pinia, Tailwind & VueUse
https://hnews-nurriyad.netlify.app/
Hosted on Netlify:
npm run build
- Client Side Rendering
- Vite-based hot module replacement (HMR) dev environment
- Deploys anywhere with zero config Netlify
- Content loader
- Lazy load comment
Requires Node.js 16+
# install dependencies
npm install
# serve in dev mode, with hot reload at localhost:5173
npm run dev
# build for production
npm run build
# serve in production mode
npm run preview