Skip to content

swashcap/fellla

Repository files navigation

Fellla

Experimentation with Fela

This project experiments with Fela and Preact, with a little help from TypeScript and Parcel v2.

Running

# 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

(Alternatively, start the React Styleguidist server with yarn styleguide.)