watchyourlan/frontend
2026-06-23 22:47:12 +08:00
..
src Bundle frontend styles locally 2026-06-23 22:47:12 +08:00
.gitignore SolidJS, split back/front 2025-03-15 18:38:41 +07:00
index.html Header 2025-03-21 15:34:49 +07:00
Makefile Move backend to backend dir 2025-09-05 06:10:16 +07:00
package-lock.json Bundle frontend styles locally 2026-06-23 22:47:12 +08:00
package.json Bundle frontend styles locally 2026-06-23 22:47:12 +08:00
README.md SolidJS, split back/front 2025-03-15 18:38:41 +07:00
tsconfig.app.json Bundle frontend styles locally 2026-06-23 22:47:12 +08:00
tsconfig.json SolidJS, split back/front 2025-03-15 18:38:41 +07:00
tsconfig.node.json Bundle frontend styles locally 2026-06-23 22:47:12 +08:00
vite.config.ts Bundle frontend styles locally 2026-06-23 22:47:12 +08:00

Usage

$ 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

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

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

Learn more about deploying your application with the documentations