An open API service indexing awesome lists of open source software.

https://github.com/mrluisfer/svelte-faq-accordion

A menu accordion type made with Svelte ๐Ÿ’ซ for fun and learning โœจ
https://github.com/mrluisfer/svelte-faq-accordion

css html javascript svelte

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# ๐Ÿงก Svelte FAQs Card

![Svelte Prject Screenshot](./doc/faq-img.png)

## ๐Ÿ“• 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:

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

cd svelte-faq-accordion
```

### ๐Ÿ“ฆ Install the dependencies

```bash
npm install
```

Then start with [Rollup](https://rollupjs.org):

```bash
npm run dev
```

Navigate to [localhost:5000](http://localhost:5000)

You should see your app running

### โ„ Building

To create an optimised version of the app:

```bash
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:

```bash
node scripts/setupTypeScript.js
```

Or remove the script via:

```bash
rm scripts/setupTypeScript.js
```