f43db2e890fa7cde7df4ec7d73ed39cb98247b5b
Install
# Javascript template
$ npx degit amoutonbrady/vite-template-solid/js#main my-solid-project
$ cd my-solid-project
$ npm install # or pnpm install or yarn install
# Typescript template
$ npx degit amoutonbrady/vite-template-solid/ts#main my-solid-project
$ cd my-solid-project
$ npm install # or pnpm install or yarn install
Troubleshooting
It appears that Webstorm generate some weird triggers when saving a file. In order to prevent that you can follow this thread and disable the "Safe Write" option in "Settings | Appearance & Behavior | System Settings".
Description
Languages
TypeScript
90.8%
HTML
3.2%
JavaScript
2.8%
SCSS
2.3%
CSS
0.9%