Skip to content

hanool/vite-node-template

Repository files navigation

NodeJS development template

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

Creating new node project

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

Run, Test, Build

Check scripts from package.json.

About

Template for NodeJS app with vite as build tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published