https://github.com/bugmaker-237/angular-scratch
This a small starter app made from scratch to learn more about about angular material, angular JS and ES6
https://github.com/bugmaker-237/angular-scratch
angular es6 gulp javascript
Last synced: about 1 month ago
JSON representation
This a small starter app made from scratch to learn more about about angular material, angular JS and ES6
- Host: GitHub
- URL: https://github.com/bugmaker-237/angular-scratch
- Owner: bugMaker-237
- Created: 2016-11-27T12:48:22.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-06T10:00:44.000Z (over 9 years ago)
- Last Synced: 2025-01-12T16:29:05.018Z (over 1 year ago)
- Topics: angular, es6, gulp, javascript
- Language: JavaScript
- Size: 1.09 MB
- Stars: 1
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
###This is a small starter app made from scratch to learn more about angularJS, angular material and ES6
##Running the code
To run the sample, open a command prompt and execute the following commands:
- npm install (to install dependencies)
- npm sart (to start the server)
- Open a browser and change the URL to http://localhost:8000
Hope you will understand internals of this code sample ☺. Fill free to improve the repository