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
- Host: GitHub
- URL: https://github.com/lulunac27a/ordering-shop-coffeescript
- Owner: lulunac27a
- Created: 2024-03-26T01:55:44.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-25T17:51:07.000Z (11 months ago)
- Last Synced: 2025-02-01T23:14:20.942Z (8 months ago)
- Topics: coffeescript, coffeescript-lang, coffeescript-language, invoice, invoices, order, order-list, order-shop, ordering, ordering-list, ordering-shop, price-list
- Language: CoffeeScript
- Homepage:
- Size: 583 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```