Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ianfabs/mithril-example
This is an example mithril app, that I have setup with a sweet config
https://github.com/ianfabs/mithril-example
frontend js jsx mithril mithril-starter mithriljs
Last synced: 18 days ago
JSON representation
This is an example mithril app, that I have setup with a sweet config
- Host: GitHub
- URL: https://github.com/ianfabs/mithril-example
- Owner: ianfabs
- Created: 2018-12-05T05:42:22.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T08:22:06.000Z (almost 2 years ago)
- Last Synced: 2024-10-03T06:08:19.455Z (about 1 month ago)
- Topics: frontend, js, jsx, mithril, mithril-starter, mithriljs
- Language: JavaScript
- Size: 963 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mithril-example
This is an example mithril app, that I have setup with a sweet config
This config let's you write JSX in mithril components, because JSX is decoupled from react (sweetness)
Anyway there are three commands
## start
```
npm start
```## start:dev
```
npm run start:dev
```## build
```
npm run build
```I highly reccomend using the Deno fileserver to host your built application (it's cool)