Skip to content
This repository has been archived by the owner on Jan 29, 2019. It is now read-only.

hyunchulkwak/hello-mithril

Repository files navigation

Hello Mithril

Using MithrilJS with JSX syntax

Getting Started

Use npm or yarn to install depedencies and run npm start or yarn start.

$ yarn install
$ yarn start
$ npm install
$ npm start

Key Dependencies 👏

emmet snippet

Use this as snippets.json to use 'class' and 'for' instead of 'className' and 'htmlFor'.

{
  "jsx": {
    "filters": "html"
  }
}

About

Using MithrilJS with JSX syntax and Webpack HMR

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published