Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benjammin4dayz/neu-dark-vite
https://github.com/benjammin4dayz/neu-dark-vite
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/benjammin4dayz/neu-dark-vite
- Owner: benjammin4dayz
- License: mit
- Created: 2024-04-30T14:03:51.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-30T16:06:02.000Z (8 months ago)
- Last Synced: 2024-04-30T18:32:21.887Z (8 months ago)
- Language: TypeScript
- Homepage:
- Size: 97.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# neu-dark-vite
An experimental template for building Neutralino.js apps using Dark and Vite.
![Preview](./.github/assets/window.gif)
## Installation
Choose one of the following two options:
### Neutralino App Template
```
npx @neutralinojs/neu create app --template benjammin4dayz/neu-dark-vite
cd app
```**-- or --**
### Browser Template
```
npx degit github:benjammin4dayz/neu-dark-vite/dark-src app
cd app
npm i
```## Usage
```bash
# Develop
npm start
# Build
npm run build
# Package (Neutralino Template only)
npm run build:release
```- Frontend development server is located on port `3000`
- If you remove dependencies after the initial `neu create` step, reinstall them using `npm run setup`