Skip to content

cvsdev/angular-seed

This branch is 1 commit behind Plum-Crazy/angular-seed:master.

Repository files navigation

Angular 4 Seed Project

A basic Angular 4 seed project utilizing the following technologies:

  • Angular 4.0.2
  • TypeScript 2.2
  • Karma/Jasmine (unit testing)
  • Codelyzer & TSLint (code linting)
  • PugJS (template engine)
  • SASS (css superset)
  • Webpack 2+ (build tools)

Commands

  • npm start - start the development webpack server (access via http://localhost:3000/)
  • npm test - run the project unit tests (*.spec.ts files)
  • npm run lint - run the project linting (will be run every time npm test is run)
  • npm run build - generate a production build for the project, which will be inserted into dist/

About

A seed project for Angular 4

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 65.5%
  • TypeScript 25.2%
  • HTML 5.4%
  • CSS 3.9%