ostoslista
v5.0.0
Published
Shopping list Web application
Downloads
10
Readme
Ostoslista
Simple shopping list Web application, in which a single shopping list can be shared among family members. Uses Varasto as storage, while UI has been implemented with React and Material UI.
Requirements
- Node.js>=20
How to get it up and running
Clone this Git repository into somewhere, then proceed by installing dependencies and building static assets and other TypeScript'y stuff:
$ npm install
$ npm run buildAfter that you can start the application with:
$ npm startWhich starts the backend HTTP server in port 3000. You can change the default
port with PORT environment variable.
Attributions
Icon made by Freepik from www.flaticon.com.
