Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/henrriusdev/gomponerter
https://github.com/henrriusdev/gomponerter
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/henrriusdev/gomponerter
- Owner: henrriusdev
- Created: 2023-10-21T04:39:35.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-21T23:58:08.000Z (over 1 year ago)
- Last Synced: 2024-08-05T14:19:19.759Z (6 months ago)
- Language: TypeScript
- Size: 17.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
## About
This template comes with Vite, React, TypeScript, TailwindCSS and shadcn/ui.
Built with `Wails v2.5.1` and [shadcn's CLI](https://ui.shadcn.com/docs/cli)
### Using the Template
```console
wails init -n project-name -t https://github.com/Mahcks/wails-vite-react-tailwind-shadcnui-ts
``````console
cd frontend
``````console
npm install
```### Installing Components
To install components, use shadcn's CLI tool to installMore info here: https://ui.shadcn.com/docs/cli#add
Example:
```console
npx shadcn-ui@latest add [component]
```## Live Development
To run in live development mode, run `wails dev` in the project directory. In another terminal, go into the `frontend`
directory and run `npm run dev`. The frontend dev server will run on http://localhost:34115. Connect to this in your
browser and connect to your application.## Building
To build a redistributable, production mode package, use `wails build`.