Skip to content

NPM Setup

npm init
npm i lodash
npm i -g degit
npm i --save-dev @typescript-eslint/parser @typescript-eslint/eslint-plugin

npx degit sveltejs/template my-svelte-app
cd my-svelte-project
npm i

npm run dev

# compile and run index.ts
tsc index.ts
node index.js