All Projects → ArthurClemens → polythene-mithril-setup

ArthurClemens / polythene-mithril-setup

Licence: other
Minimal setup example how to create a Polythene app.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to polythene-mithril-setup

Msx
JSX for Mithril.js 0.x
Stars: ✭ 370 (+2212.5%)
Mutual labels:  mithril
Mithril Query
Query mithril virtual dom for testing purposes
Stars: ✭ 105 (+556.25%)
Mutual labels:  mithril
Mithril.js
A JavaScript Framework for Building Brilliant Applications
Stars: ✭ 13,062 (+81537.5%)
Mutual labels:  mithril
Polythene
Material Design component library for Mithril and React
Stars: ✭ 578 (+3512.5%)
Mutual labels:  mithril
Lichobile
lichess.org mobile application
Stars: ✭ 1,043 (+6418.75%)
Mutual labels:  mithril
Crucible
API CMS UI powered by Firebase, mithril, and my own dwindling sanity. Oh, and acronyms.
Stars: ✭ 116 (+625%)
Mutual labels:  mithril
mithril-select
Custom Select Component for Mithril.js
Stars: ✭ 14 (-12.5%)
Mutual labels:  mithril
mithril-template-converter
Mithril HTML to JavaScript converter
Stars: ✭ 89 (+456.25%)
Mutual labels:  mithril
Mithril Infinite
Infinite scroll for Mithril
Stars: ✭ 83 (+418.75%)
Mutual labels:  mithril
Mithril Hx
Haxe externs for Mithril (JS MVC framework)
Stars: ✭ 178 (+1012.5%)
Mutual labels:  mithril
Mithril Data
A rich data model library for Mithril javascript framework
Stars: ✭ 17 (+6.25%)
Mutual labels:  mithril
Bell
⏱ Counting down to the next time the bell rings at school
Stars: ✭ 15 (-6.25%)
Mutual labels:  mithril
Dnjs
DOM Notation JS
Stars: ✭ 118 (+637.5%)
Mutual labels:  mithril
Tutanota
Tutanota is an email service with a strong focus on security and privacy that lets you encrypt emails, contacts and calendar entries on all your devices.
Stars: ✭ 4,326 (+26937.5%)
Mutual labels:  mithril
Mithril Node Render
Use mithril views to render server side
Stars: ✭ 195 (+1118.75%)
Mutual labels:  mithril
create-mithril-app
Sets up a mithril.js project with webpack
Stars: ✭ 20 (+25%)
Mutual labels:  mithril
Mithril Isomorphic Example
Example of an isomorphic mithril application
Stars: ✭ 107 (+568.75%)
Mutual labels:  mithril
mithril-hooks
Use hooks in Mithril
Stars: ✭ 37 (+131.25%)
Mutual labels:  mithril
Construct Ui
A Mithril.js UI library
Stars: ✭ 233 (+1356.25%)
Mutual labels:  mithril
Awesome Mithril
A curated list of Mithril awesome
Stars: ✭ 155 (+868.75%)
Mutual labels:  mithril

Polythene for Mithril setup example

Compatible with Mithril 1.x and 2.x, Webpack 4 and Babel 7.

Minimal setup example how to create a Polythene app for Mithril.

Setup

Init:

npm install

Start development server (port 3000):

npm run dev

Build:

npm run build

View with gzip compression:

http-server -g -p 8080 dist/

You may need to install http-server:

npm install -g http-server

See also

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].