项目作者: jtanzi

项目描述 :
A simple coffee shop demo site created using Angular 2
高级语言: HTML
项目地址: git://github.com/jtanzi/coffee-shop-demo.git
创建时间: 2017-03-25T13:23:43Z
项目社区:https://github.com/jtanzi/coffee-shop-demo

开源协议:

下载


Angular 2 Demo: Daytrippers Coffee Shop

Overview

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.


Installation

  1. 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

  2. Install the necessary packages using npm:

    npm install