Soundwall Angular Demo App

By Alessio Masucci

Getting Started

  • Install dependencies: npm install --global gulp-cli bower
  • Run npm install to install the required modules
  • Run bower install to install the required modules

Run the App

After installed all the required dependencies you can run the application in local by typing:

  • Run gulp serve:dist to preview the production build

Other commands

Run grunt for building and grunt serve for preview. Running grunt test will run the unit tests with karma.

Features

Please see my gulpfile for the configuration.

  • enable ES2015 features using Babel
  • CSS Autoprefixing
  • Built-in preview server with BrowserSync
  • Automagically lint your scripts
  • Map compiled CSS to source stylesheets with source maps
  • Awesome image optimization
  • Automagically wire-up dependencies installed with Bower