Files
solidjs-templates/README.md
T
2020-07-17 17:55:30 +02:00

751 B

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".