Socket
Socket
Sign inDemoInstall

angular-starter-kit

Package Overview
Dependencies
0
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    angular-starter-kit

Starter Kit for Angular 1.5+ projects


Version published
Maintainers
1
Install size
63.0 kB
Created

Changelog

Source

1.2.0 - 2016.07.08

  • Replacing Material Design Lite with Angular Material
  • Better Gulp
  • Removing JSHint in favour of ESLint
  • Karma improved for Unit testing
  • General restyling and better Web Application support

Readme

Source

Build Status

Angular Starter Kit

A better way to start your new Angular app

Angular Logo

Features

  • SASS support including sourceMaps
  • Minimal CSS styling of the view
  • Gulp watch, build and local server tasks
  • Minified CSS and JS build files

Download

git clone https://github.com/andreasonny83/angular-starter-kit.git

Setup

Install all npm and bower dependencies with:

npm install && bower install

Watch files

All SCSS/HTML will be watched for changes and injected into browser thanks to BrowserSync

gulp

Build production version

gulp build

This will perform the following tasks:

  • clean dist folder
  • compile SASS files, minify and uncss compiled css
  • copy and optimize images
  • minify and copy all HTML files into $templateCache
  • build index.html
  • minify and copy all JS files
  • copy fonts

Start webserver without watch task

gulp server

Serve the distribution folder

gulp server:build

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -m 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Changelog

Changelog available [here][changelog]

FAQs

Last updated on 10 Jul 2016

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc