clan-core/pkgs/webview-ui/app
2024-06-15 11:33:53 +02:00
..
src Webview: init api event registry 2024-06-15 11:33:53 +02:00
tests UI: add open clan button 2024-06-08 15:24:18 +02:00
eslint.config.mjs Webview: add form handling for create clan 2024-06-11 19:20:40 +02:00
gtk.webview.js API: init icon resolve 2024-06-12 13:21:39 +02:00
index.html add webview threaded api 2024-05-18 14:14:12 +00:00
mock.ts API: mock echo op_key 2024-06-15 11:32:42 +02:00
package-lock.json Webview: add form handling for create clan 2024-06-11 19:20:40 +02:00
package.json API: init icon resolve 2024-06-12 13:21:39 +02:00
postcss.config.js API: init icon resolve 2024-06-12 13:21:39 +02:00
README.md add webview threaded api 2024-05-18 14:14:12 +00:00
tailwind.config.js Webview: bootstrap layout 2024-05-29 16:40:54 +02:00
tsconfig.json clan ui: setup typed api method 2024-05-20 19:34:49 +02:00
vite.config.ts API: init icon resolve 2024-06-12 13:21:39 +02:00

Usage

Those templates dependencies are maintained via pnpm via pnpm up -Lri.

This is the reason you see a pnpm-lock.yaml. That being said, any package manager will work. This file can be safely be removed once you clone a template.

$ npm install # or pnpm install or yarn install

Learn more on the Solid Website and come chat with us on our Discord

Available Scripts

In the project directory, you can run:

npm run dev or npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.

npm run build

Builds the app for production to the dist folder.
It correctly bundles Solid in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

Deployment

You can deploy the dist folder to any static host provider (netlify, surge, now, etc.)