Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 259 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 259 Bytes

parcel-mithril-jsx

A simple hello world boilerplate for Parcel + Mithril JS + JSX.

Dev

Server running at http://localhost:1234

npm run dev

Production build

Built files will end up in build/

npm run build