Skip to content

Angular 2/4 seed using aot, jit, sass, pug, karma, protractor

Notifications You must be signed in to change notification settings

williamFalcon/angular4-seed

 
 

Repository files navigation

Angular 4 Seed — 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
git clone https://github.com/willyelm/angular4-seed.git
cd angular4-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 2/4 seed using aot, jit, sass, pug, karma, protractor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 60.3%
  • TypeScript 36.5%
  • CSS 2.2%
  • HTML 1.0%