A simple coffee shop demo site created using Angular 2
The purpose of this project was to demonstrate how Angular 2 might be used to build a relatively simple site for a business such as a coffee shop.
The project was built on a clone of the Angular 2 QuickStart repository found here.
The site file structure is modeled after the concepts described in the Angular 2 Documentation located here.
The site layout uses CSS Flexbox which is handled by the Flex Layout module for Angular. You can learn more about this module here.
From the command line, switch a local directory where you want the project files to be located, and clone the repository:
git clone https://github.com/jtanzi/coffee-shop-demo.git
Install the necessary packages using npm:
npm install