Skip to content

This is a coffee shop app where you can visualize the drink menus. Drinks can be built by adding ingredient colors and parts.

Notifications You must be signed in to change notification settings

bisonlou/Coffee-Shop-Front-End

Repository files navigation

Coffee Shop Frontend

Getting Setup

tip: the app is hosted here

Installing Dependencies

Installing Node and NPM

This project depends on Nodejs and Node Package Manager (NPM). Before continuing, you must download and install Node (the download includes NPM) from https://nodejs.com/en/download.

Installing Ionic Cli

The Ionic Command Line Interface is required to serve and build the frontend. Instructions for installing the CLI is in the Ionic Framework Docs.

Installing project dependencies

This project uses NPM to manage software dependencies. NPM Relies on the package.json file located in the frontend directory of this repository. After cloning, open your terminal and run:

npm install

tip: npm i is shorthand for npm install

Running Your Frontend in Dev Mode

Ionic ships with a useful development server which detects changes and transpiles as you work. The application is then accessible through the browser on a localhost port. To run the development server, cd into the frontend directory and run:

ionic serve

About

This is a coffee shop app where you can visualize the drink menus. Drinks can be built by adding ingredient colors and parts.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published