https://github.com/a-poor/ed-it
https://github.com/a-poor/ed-it
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/a-poor/ed-it
- Owner: a-poor
- Created: 2022-02-12T00:20:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-13T18:56:14.000Z (over 4 years ago)
- Last Synced: 2025-03-26T06:35:57.805Z (about 1 year ago)
- Language: JavaScript
- Size: 598 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
## About
This is a basic Svelte template, using rollup to bundle the assets into a single JS file.
Rollup is configured to do the following:
- Convert imported images to base64 strings
- Convert `url()` in `@font-face` declarations to base64 strings
- Bundle all css into the JS bundle
- Copy `index.html` from `frontend/src/` to `frontend/dist/`
Clicking the button will call the backend.
## Live Development
To run in live development mode, run `wails dev` in the project directory. The frontend dev server will run
on http://localhost:34115. Open this in your browser to connect to your application.
## Building
For a production build, use `wails build`.