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 โจ
- Host: GitHub
- URL: https://github.com/mrluisfer/svelte-faq-accordion
- Owner: mrLuisFer
- Created: 2021-07-11T18:21:25.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-09T05:07:33.000Z (over 3 years ago)
- Last Synced: 2023-03-04T00:01:22.943Z (over 2 years ago)
- Topics: css, html, javascript, svelte
- Language: JavaScript
- Homepage: https://svelte-faqs.netlify.app/
- Size: 212 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ๐งก 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:
```bash
git clone https://github.com/mrLuisFer/svelte-faq-accordion.gitcd 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
```