Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Latest commit

 

History

History
12 lines (9 loc) · 639 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 639 Bytes

vite-react-express-neu

Neutralino Template With React, Vite & ExpressJS


About

this template can be used to make react apps with vite bundler and also expressjs as a local server or whatever you want it to be.

  • pre-build.js - this file contains code that will be executed before building the neutralino app.
  • post-build.js - this file contains coe that will be executed after building the neutralino app, it's primary function is to convert your express js extension to a executable with nodejs runtime embedded so that end user doesn't need to have nodejs installed.

Thanks