An open API service indexing awesome lists of open source software.

https://github.com/lulunac27a/ordering-shop-coffeescript

Ordering shop written in CoffeeScript
https://github.com/lulunac27a/ordering-shop-coffeescript

coffeescript coffeescript-lang coffeescript-language invoice invoices order order-list order-shop ordering ordering-list ordering-shop price-list

Last synced: 2 months ago
JSON representation

Ordering shop written in CoffeeScript

Awesome Lists containing this project

README

          

# Ordering Shop in CoffeeScript

This is an ordering shop written in CoffeeScript. Features include ordering information like name, price and quantity and total order price.

### Getting Started

```
git clone https://github.com/lulunac27a/ordering-shop-coffeescript.git
npm install coffee -g
npm run build
```