svelte-faq-accordion

Svelte Faq Accordion

A menu accordion type made with Svelte ๐Ÿ’ซ for fun and learning โœจ

๐Ÿงก Svelte FAQs Card

๐Ÿ“• About

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

โšก Requirements

If you want to clone this repository to add some characteristic or correct something you need these tools to be able to execute it

  • NodeJs
  • Git
  • IDE (some code editor)

๐ŸŒฟ Get started

๐Ÿ™ Clone the repository:

git clone https://github.com/mrLuisFer/svelte-faq-accordion.git

cd svelte-faq-accordion

๐Ÿ“ฆ Install the dependencies

npm install

Then start with Rollup:

npm run dev

Navigate to localhost:5000

You should see your app running

โ„ Building

To create an optimised version of the app:

npm run build

๐Ÿ“˜ Using TypeScript

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

Top categories

Loading Svelte Themes