This is a practice project made with Svelte Since I found it very interesting to learn and that is why I wanted to do this project
If you want to clone this repository to add some characteristic or correct something you need these tools to be able to execute it
git clone https://github.com/mrLuisFer/svelte-faq-accordion.git
cd svelte-faq-accordion
npm install
Then start with Rollup:
npm run dev
Navigate to localhost:5000
You should see your app running
To create an optimised version of the app:
npm run build
This template comes with a script to set up a TypeScript development environment, you can run it immediately after cloning the template with:
node scripts/setupTypeScript.js
Or remove the script via:
rm scripts/setupTypeScript.js