Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gabrielseco/vanilla-accordeon
Vanilla Accordeon
https://github.com/gabrielseco/vanilla-accordeon
es6 jest js sass suit
Last synced: 25 days ago
JSON representation
Vanilla Accordeon
- Host: GitHub
- URL: https://github.com/gabrielseco/vanilla-accordeon
- Owner: gabrielseco
- Created: 2017-12-06T09:39:24.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T11:52:47.000Z (about 1 year ago)
- Last Synced: 2024-10-14T23:05:25.931Z (2 months ago)
- Topics: es6, jest, js, sass, suit
- Language: JavaScript
- Homepage: https://gabrielseco.github.io/vanilla-accordeon/
- Size: 182 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# Accordion Component
An accordion made with ES6 (Vanilla Javascript), Flow for static analysis of the code and Sass with SUIT methology.
Used BabelJS with Webpack to generate builds in dev and production time
## Demo URL
https://gabrielseco.github.io/vanilla-accordeon/
## Install
```sh
npm install || yarn
```## Init server dev environment
With the command
```sh
npm start
```starts the dev server with webpack in the port 8000 or your process.env.PORT.