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

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

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
```