Skip to content

hchiam-test-org/svelte-kit-typescript-open-props2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

svelte-kit + typescript + open-props

To try to help test argyleink/open-props#225

To try to help debug argyleink/open-props#199

From scratch:

npm init svelte@next my-app
# chose TypeScript and ESLint
cd my-app
npm install
npm install open-props
npm run dev
# http://localhost:3000/

Using this repo:

mkdir demo
cd demo
git clone https://github.com/hchiam-test-org/svelte-kit-typescript-open-props2.git
cd svelte-kit-typescript-open-props2/myapp
npm install
npm run dev
# http://localhost:3000/

Use an IDE like VSCode to test out auto-complete in /my-app/src/routes/index.svelte

Notice what version of open-props this repo is testing https://github.com/hchiam-test-org/svelte-kit-typescript-open-props2/blob/main/my-app/package.json#L37

Releases

No releases published

Packages

No packages published

Languages

  • Svelte 63.8%
  • TypeScript 21.5%
  • CSS 8.5%
  • JavaScript 4.6%
  • HTML 1.6%