Skip to content

cbeldacap/angular2-web-materials

Repository files navigation

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.

About

Seed project in Angular2 using Material Design

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published