Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nndda/risuto

:shopping_cart: A simple grocery/shopping list web app
https://github.com/nndda/risuto

javascript typescript web-app webapp webpack

Last synced: about 7 hours ago
JSON representation

:shopping_cart: A simple grocery/shopping list web app

Awesome Lists containing this project

README

        

# リスト \| Pocket-sized grocery list

(In development)
A simple grocery/shopping list web app.

## Installation

```bash
npm install

# Run and test the app for development at localhost:8080
npm run start

# Build the app for production
npm run build
```