https://github.com/alexeyraspopov/angular-components
Proof-of-concept
https://github.com/alexeyraspopov/angular-components
Last synced: about 1 month ago
JSON representation
Proof-of-concept
- Host: GitHub
- URL: https://github.com/alexeyraspopov/angular-components
- Owner: alexeyraspopov
- Created: 2015-12-06T15:39:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-09T09:20:40.000Z (over 9 years ago)
- Last Synced: 2025-03-18T03:12:30.076Z (about 2 months ago)
- Language: JavaScript
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular components
Install the app:
git clone [email protected]:alexeyraspopov/angular-components.git
cd angular-components
npm installStart the app on [localhost:3000](http://localhost:3000):
npm start
Add new component:
NAME=%component_name% npm run component