Albums
Using angular 1.6, Es6 and webpack 2 to build Albums app
Fork this repo from inside GitHub so you can commit directly to your account, or simply download the .zip
bundle with the contents inside.
- Download and install Node.js for Windows or for Mac.
- Install Project dependencies by running command 'npm install'
- To start the project run command 'npm start'
- To run the unit test run command 'npm test'
- To Bulid to project run command 'npm run build'