项目作者: gabrielperales

项目描述 :
invoicing app built with elm
高级语言: Elm
项目地址: git://github.com/gabrielperales/invoizr.git
创建时间: 2017-04-05T15:44:05Z
项目社区:https://github.com/gabrielperales/invoizr

开源协议:

下载


Invoizr

App for creating invoices

Invoizr example invoice'

Why?

There are too many TODO Apps for learning new languages, so I wanted to do something
useful with the same bases that the TODO Apps have.

How?

This is a SPA built with Elm, and there is not backend. I want to make it work offline
and I also want to use PouchDB to store invoices and contacts in a database.

Getting Started

Just install node and elm dependencies with

  1. $ npm install
  2. $ elm-package install

and run it with npm start