项目作者: Big-Silver

项目描述 :
Angular4-Amchart
高级语言: JavaScript
项目地址: git://github.com/Big-Silver/Angular4-Amchart.git
创建时间: 2017-11-14T11:08:50Z
项目社区:https://github.com/Big-Silver/Angular4-Amchart

开源协议:

下载


Angular 4 - Amchart — starter project for Angular 4 apps

This project is an application skeleton for a Angular4 web app. You can use it
to quickly bootstrap your angular4 projects and dev environment for these projects.

The project is preconfigured to install the Angular 4 and a bunch of development and testing tools including linter which follows the angular style guide found in https://angular.io/styleguide.

Usage

  • Clone or fork this repository

    1. git clone https://github.com/willyelm/angular4-seed.git
    2. cd angular4-seed
  • install dependencies

    1. npm install
  • fire up dev server

    1. npm start

    open browser to http://localhost:8080

Running Unit Tests

  1. npm test

Running E2E Tests

  1. npm run webdriver
  2. npm run e2e