Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 606 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 606 Bytes

acm-website

This project is generated with yo angular generator version 0.15.1.

##Prerequisites

You need to install grunt and bower beforehand.

npm install -g grunt bower

Development

To get started, clone the repository and run the following commands in the project directory:

npm install and bower install

Run grunt serve to preview website and for realtime preview of changes on save.

Build

Run grunt for building, website will be generated into dist folder.

Testing

Running grunt test will run the unit tests with karma.