Simple template using vite, vite-node to run, test, bundle node app.
- configure node app with vite
- runs dev server with vite-node, supports HMR(Hot Module Reload).
- bundles to dist/index.js
git clone https://github.com/hanool/vite-node-template --depth 1 --branch main your-path-to-project
cd your-paht-to-project
rm -rf .git
Check scripts from package.json.