Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nndda/risuto
- Owner: nndda
- License: mit
- Created: 2024-01-18T06:33:22.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-25T09:17:30.000Z (3 months ago)
- Last Synced: 2024-11-25T10:32:01.301Z (3 months ago)
- Topics: javascript, typescript, web-app, webapp, webpack
- Language: TypeScript
- Homepage: https://risuto.pages.dev
- Size: 824 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
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
```