https://github.com/frokk/vite-react-express-neu
Neutralino Template With React, Vite & ExpressJS
https://github.com/frokk/vite-react-express-neu
neutralinojs
Last synced: 20 days ago
JSON representation
Neutralino Template With React, Vite & ExpressJS
- Host: GitHub
- URL: https://github.com/frokk/vite-react-express-neu
- Owner: frokk
- License: mit
- Archived: true
- Created: 2023-02-25T06:31:18.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-26T07:37:20.000Z (about 2 years ago)
- Last Synced: 2025-03-04T17:36:16.398Z (about 2 months ago)
- Topics: neutralinojs
- Language: JavaScript
- Homepage:
- Size: 29.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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`](./pre-build.js) - this file contains code that will be executed before building the neutralino app.
- [`post-build.js`](./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