https://github.com/bozzelliandrea/cafeteria-website
Web Development project for OPIT BSc in Computer Science
https://github.com/bozzelliandrea/cafeteria-website
Last synced: 8 months ago
JSON representation
Web Development project for OPIT BSc in Computer Science
- Host: GitHub
- URL: https://github.com/bozzelliandrea/cafeteria-website
- Owner: bozzelliandrea
- Created: 2025-02-23T14:36:59.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-02-23T16:38:38.000Z (8 months ago)
- Last Synced: 2025-02-23T17:32:58.822Z (8 months ago)
- Language: JavaScript
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cafeteria-website
Web Development project for OPIT BSc in Computer Science
## Setup
Install the dependencies:
```bash
npm install
```## Get started
Start the dev server:
```bash
npm run dev
```Build the app for production:
```bash
npm run build
```