Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lzm0x219/template-vite-solid-ts
⚡️ A minimal solid-js Vite starter template.
https://github.com/lzm0x219/template-vite-solid-ts
solidjs template vite
Last synced: about 3 hours ago
JSON representation
⚡️ A minimal solid-js Vite starter template.
- Host: GitHub
- URL: https://github.com/lzm0x219/template-vite-solid-ts
- Owner: lzm0x219
- Created: 2021-12-02T15:52:57.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-16T07:13:24.000Z (7 months ago)
- Last Synced: 2024-04-20T08:51:05.611Z (7 months ago)
- Topics: solidjs, template, vite
- Language: TypeScript
- Homepage:
- Size: 1.06 MB
- Stars: 6
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Solid Template(⚡️)
🚀 A `solidjs` quick start project template powered by vite.
## Feature
- ⚡️ Fast - Build tools based on vite.
- 👻 Small - Based on the smallest runnable build.
- 💄 Prettier - Integrated Prettier to help you format the code.
- ✅ Safety - Https is enabled by default.
- 😎 Reliable - Integrated eslint and commitlint.
- 🤖 Intelligent - Integrated renovate to help you maintain the dependent version.## Getting Started
```bash
npx degit 0x219/template-vite-solid-ts myappcd myapp
```### Prerequisites
- `npm` and `pnpm` should be installed.
- `git` should be installed (recommended v2.4.11 or higher)### Available scripts
#### `pnpm dev`
Runs the app in development mode.
Open https://localhost:4300 to view it in the browser.The page will automatically reload if you make changes to the code.
You will see the build errors and lint warnings in the console.#### `pnpm build`
Builds the app for production to the `dist` folder.
It correctly bundles React 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.