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
- Host: GitHub
- URL: https://github.com/williamjuan027/ionic-restaurant-demo
- Owner: williamjuan027
- Created: 2021-06-15T12:47:39.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-05-08T10:32:35.000Z (about 4 years ago)
- Last Synced: 2025-05-07T23:08:37.212Z (about 1 year ago)
- Topics: angular, ionic, tailwind
- Language: TypeScript
- Homepage: https://www.youtube.com/watch?v=sZAIn2U-6UY&list=PL44i_PSsr5XyusHaVIxJm9jLG8prnBc15
- Size: 3.05 MB
- Stars: 10
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
[]()
[]()
[]()
[]()

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