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

https://github.com/williamjuan027/ionic-restaurant-demo

🥂 Demo for Ionic Angular Speed Code Youtube Series
https://github.com/williamjuan027/ionic-restaurant-demo

angular ionic tailwind

Last synced: about 1 year ago
JSON representation

🥂 Demo for Ionic Angular Speed Code Youtube Series

Awesome Lists containing this project

README

          

# Restaurant Demo

> 🥂 Demo for Ionic Angular Speed Code [Youtube Series](https://www.youtube.com/watch?v=sZAIn2U-6UY&list=PL44i_PSsr5XyusHaVIxJm9jLG8prnBc15)

[![Ionic](https://img.shields.io/badge/Ionic-5-blue.svg?style=for-the-badge)]()
[![Angular](https://img.shields.io/badge/Angular-12-red.svg?style=for-the-badge)]()
[![Node](https://img.shields.io/badge/Node-12.7.0-darkgreen.svg?style=for-the-badge)]()
[![NPM](https://img.shields.io/badge/NPM-7.7.5-darkred.svg?style=for-the-badge)]()

restaurant app preview

## Development

If you haven't installed ionic, run the following command to install it globally:

> More information on getting started in their [official documentation](https://ionicframework.com/docs/intro/cli)

```
npm install -g ionic
```

To run the project locally, start by cloning the repo:

```bash
git clone https://github.com/williamjuan027/ionic-restaurant-demo.git

cd ionic-restaurant-demo
```

Install the project's dependencies

```bash
npm install
```

You can then run the app locally using the following command:

```bash
ionic serve
```