CSAMC-FVFDM030P3YW:create-svelte mac-mr9v2j001$ npm create svelte@latest
create-svelte version 5.3.2
┌ Welcome to SvelteKit!
│
◇ Where should we create your project?
│ (hit Enter to use current directory)
│
◇ Which Svelte app template?
│ SvelteKit demo app
│
◇ Add type checking with TypeScript?
│ Yes, using JavaScript with JSDoc comments
│
◇ Select additional options (use arrow keys/space bar)
│ none
│
└ Your project is ready!
✔ Type-checked JavaScript
https://www.typescriptlang.org/tsconfig#checkJs
Install community-maintained integrations:
https://github.com/svelte-add/svelte-add
Next steps:
1: npm install
2: git init && git add -A && git commit -m "Initial commit" (optional)
3: npm run dev -- --open
To close the dev server, hit Ctrl-C
Stuck? Visit us at https://svelte.dev/chat
CSAMC-FVFDM030P3YW:create-svelte mac-mr9v2j001$ npm install
added 113 packages, and audited 114 packages in 40s
11 packages are looking for funding
run `npm fund` for details
found 0 vulnerabilities
CSAMC-FVFDM030P3YW:create-svelte mac-mr9v2j001$ git init && git add -A && git commit -m "Initial commit" (optional)
bash: syntax error near unexpected token `('
CSAMC-FVFDM030P3YW:create-svelte mac-mr9v2j001$ git init && git add -A && git commit -m "Initial commit"
힌트: Using 'master' as the name for the initial branch. This default branch name
힌트: is subject to change. To configure the initial branch name to use in all
힌트: of your new repositories, which will suppress this warning, call:
힌트:
힌트: git config --global init.defaultBranch <name>
힌트:
힌트: Names commonly chosen instead of 'master' are 'main', 'trunk' and
힌트: 'development'. The just-created branch can be renamed via this command:
힌트:
힌트: git branch -m <name>
/Users/mac-mr9v2j001/Documents/GitHub/Svelte-example-app/create-svelte/.git/ 안의 빈 깃 저장소를 다시 초기화했습니다
[master (최상위-커밋) 9ea122f] Initial commit
31 files changed, 16067 insertions(+)
create mode 100644 .gitignore
create mode 100644 .npmrc
create mode 100644 README.md
create mode 100644 jsconfig.json
create mode 100644 package-lock.json
create mode 100644 package.json
create mode 100644 src/app.d.ts
create mode 100644 src/app.html
create mode 100644 src/lib/images/github.svg
create mode 100644 src/lib/images/svelte-logo.svg
create mode 100644 src/lib/images/svelte-welcome.png
create mode 100644 src/lib/images/svelte-welcome.webp
create mode 100644 src/routes/+layout.svelte
create mode 100644 src/routes/+page.js
create mode 100644 src/routes/+page.svelte
create mode 100644 src/routes/Counter.svelte
create mode 100644 src/routes/Header.svelte
create mode 100644 src/routes/about/+page.js
create mode 100644 src/routes/about/+page.svelte
create mode 100644 src/routes/styles.css
create mode 100644 src/routes/sverdle/+page.server.js
create mode 100644 src/routes/sverdle/+page.svelte
create mode 100644 src/routes/sverdle/game.js
create mode 100644 src/routes/sverdle/how-to-play/+page.js
create mode 100644 src/routes/sverdle/how-to-play/+page.svelte
create mode 100644 src/routes/sverdle/reduced-motion.js
create mode 100644 src/routes/sverdle/words.server.js
create mode 100644 static/favicon.png
create mode 100644 static/robots.txt
create mode 100644 svelte.config.js
create mode 100644 vite.config.js
CSAMC-FVFDM030P3YW:create-svelte mac-mr9v2j001$ npm run dev -- --open
> [email protected] dev
> vite dev --open
▲ [WARNING] Cannot find base config file "./.svelte-kit/tsconfig.json" [tsconfig.json]
../jsconfig.json:2:12:
2 │ "extends": "./.svelte-kit/tsconfig.json",
╵ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Forced re-optimization of dependencies
VITE v4.5.1 ready in 1383 ms
➜ Local: http://localhost:5173/
➜ Network: use --host to expose
➜ press h to show help
3:21:29 PM [vite] ✨ new dependencies optimized: @neoconfetti/svelte
3:21:29 PM [vite] ✨ optimized dependencies changed. reloading