https://github.com/fev4/reactive-non-reactive
https://github.com/fev4/reactive-non-reactive
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fev4/reactive-non-reactive
- Owner: fev4
- Created: 2024-10-31T04:12:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-31T04:13:43.000Z (over 1 year ago)
- Last Synced: 2025-02-17T09:18:46.179Z (over 1 year ago)
- Language: JavaScript
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Repo creation
As of 2024-10-30
```
❯ pnpx sv create .
┌ Welcome to the Svelte CLI! (v0.5.11)
│
◇ Where would you like your project to be created?
│ ./
│
◇ Which template would you like?
│ SvelteKit minimal
│
◇ Add type checking with Typescript?
│ Yes, using Typescript syntax
│
◆ Project created
│
◇ What would you like to add to your project? (use arrow keys / space bar)
│ eslint
│
◇ Which package manager do you want to install dependencies with?
│ pnpm
│
◆ Successfully setup integrations
│
◇ Successfully installed dependencies
```
To reproduce:
- Install packages
- Run `pnpm eslint .`