Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 372 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 372 Bytes

Start by cloning this template in your workspace folder

git clone https://github.com/Thecapn32/svelte-template.git

Next step is to install the project dependencies

cd svelte-template/

npm install -D tailwindcss postcss autoprefixer

npx tailwindcss init -p

npm i daisyui

npm install

Final step is to run the project:

npm run dev