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: 8 months 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-25T09:17:30.000Z (over 1 year ago)
- Last Synced: 2024-11-25T10:32:01.301Z (over 1 year 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
```