Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/swashcap/fellla
Experimentation with Fela
https://github.com/swashcap/fellla
fela parcel preact typescript
Last synced: 5 days ago
JSON representation
Experimentation with Fela
- Host: GitHub
- URL: https://github.com/swashcap/fellla
- Owner: swashcap
- License: mit
- Created: 2019-12-08T07:46:09.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T02:33:10.000Z (almost 2 years ago)
- Last Synced: 2023-04-01T03:28:59.575Z (over 1 year ago)
- Topics: fela, parcel, preact, typescript
- Language: TypeScript
- Size: 4.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fellla
_Experimentation with [Fela][fela]_
This project experiments with Fela and [Preact][preact], with a little help from [TypeScript][typescript] and [Parcel v2][parcle].
## Running
```shell
# Use the project's version of Node.js:
nvm use# Install dependencies:
yarn# Start the Parcel server:
yarn start
```Open the app up at http://localhost:1234.
![demo of Fellla](./img/demo.gif)
(Alternatively, start the [React Styleguidist][styleguidist] server with `yarn styleguide`.)
[fela]: https://fela.js.org
[parcle]: https://github.com/parcel-bundler/parcel
[preact]: https://preactjs.com
[styleguidist]: https://react-styleguidist.js.org
[typescript]: https://www.typescriptlang.org