Skip to content
This repository has been archived by the owner on Oct 30, 2022. It is now read-only.

ArthurClemens/polythene-mithril-coffeescript-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Polythene for Mithril with CoffeeScript setup example

Compatible with Mithril 1.x

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

About

Minimal setup example how to create a Polythene app with Mithril and CoffeeScript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published