Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 798 Bytes

File metadata and controls

27 lines (15 loc) · 798 Bytes

angular2-web-materials

Seed project in Angular2 using Material Design. Only components from Material2 are being used.

1. Clone this repository

$ git clone https://github.com/cbeldacap/angular2-web-materials.git

2. Install packages

$ cd angular2-web-materials

$ npm install

Then, those that need to be in a global scope:

$ npm install -g karma

$ npm install -g angular-cli

$ npm install -g webpack

3. Run the Application

The file package.json is configured to run the command $ npm start. So run it to check how the application behaves in a browser.

4. Test the Application

After installing all the packages in step (2), running $ npm test will give you good information about the result of every unit test created.