Skip to content

justlutes/hn-elm

Repository files navigation

HN-ELM

PWA of Hackernews built with Elm, Typescript, and Web components

Project Directory Structure

src/
├── assets # Static assets
├── css # Sass files
├── elm # Elm project structure
├── js # Typescript project structure

Available commands

Developing

  yarn start

Building

  yarn build