Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/strahinja2112/note-manager
https://github.com/strahinja2112/note-manager
desktop-application electronjs typescript vite
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/strahinja2112/note-manager
- Owner: Strahinja2112
- License: mit
- Created: 2024-01-11T22:09:39.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-27T19:41:10.000Z (8 months ago)
- Last Synced: 2024-06-11T00:19:42.933Z (7 months ago)
- Topics: desktop-application, electronjs, typescript, vite
- Language: TypeScript
- Homepage:
- Size: 390 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Electron, Vite, React, Tailwind and Typescript
Explore the repo »
Report Bug
.
Request Feature## Overview
Welcome to the **EVRT2(Electron, Vite, React, Tailwind, and TypeScript)**!
This tool simplifies the initial stages of your Electron desktop application projects by providing a convenient way to fetch boilerplate code directly to your computer.
## Features
- **Seamless Setup**: Streamlined process to download and set up Electron boilerplate code, minimizing configuration hassles.
## Usage
1. Clone or download this repository to your local machine.
2. Navigate to the project directory.
3. Run the appropriate command to select and download the desired Electron boilerplate template.```bash
# Command
yarn && yarn dev
```### Or just use this simple command
```bash
# Command for all templates from which you can choose one that you need
npx create-template
# or
npx create-electron-with-react
# choose one of the given options, or example this one
? evrt2 - Electron Vite React Typescript Tailwind
? Project name: test-project✔ All done, your project is ready to be used.
```