electron-vite-tailwind-starter
This Starter utilizes Electron, Vite and Tailwindcss in combination. It trys to adhare best practices.
File Explorer
Download Latest Version (.zip)- dependabot.yml
- settings.json
- snipsnap.code-snippets
- create-window.js
- index.ts
- index.css
- transitions.css
- TopBar.vue
- favicon.ico
- logo.png
- app.js
- App.vue
- index.html
- .editorconfig
- .eslintrc.js
- .gitignore
- .nvmrc
- .prettierrc
- jsconfig.json
- LICENSE
- package.json
- postcss.config.js
- README.md
- screenshot.png
- splashscreen.html
- tailwind.config.js
- tsconfig.json
- vite.config.js
- yarn.lock
# Installation Guide
1. Get the code
git clone https://github.com/appinteractive/electron-vite-tailwind-starter
Downloads the entire project code from GitHub to your computer.
cd electron-vite-tailwind-starter
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
