Techno-Crafts / angular-seed-1

Angular 5 seed using aot, jit, sass, pug, karma, protractor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular — starter project for Angular 4 apps

This project is an application skeleton for a Angular 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 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
git clone https://github.com/willyelm/angular-seed.git
cd angular-seed
  • install dependencies
npm install
  • fire up dev server
npm start

open browser to http://localhost:8080

Running Unit Tests

npm test

Running E2E Tests

npm run webdriver
npm run e2e

About

Angular 5 seed using aot, jit, sass, pug, karma, protractor


Languages

Language:JavaScript 61.2%Language:TypeScript 35.6%Language:CSS 2.3%Language:HTML 1.0%