https://github.com/shelldandy/ng2-starter
https://github.com/shelldandy/ng2-starter
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shelldandy/ng2-starter
- Owner: shelldandy
- Created: 2016-10-08T13:36:03.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-08T14:14:20.000Z (over 9 years ago)
- Last Synced: 2025-01-14T23:06:42.855Z (about 1 year ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Angular 2 Starter Point
This is my new ground-zero for frontend development solutions.
It should use sass or stylus (a better way would be to use both) and a component based approach for styles. Like a general styles somewhere maybe the mixins and functions somewhere else so each individual component would get its own kind of mixins.
We have to use webpack to learn that shit.
Also give typescript a go.
Let's fucking go!
# Webpack
The whole idea here is to use webpack to budle everything for us and also to have everything testeable.
# Styling
Let's have some global styles with my ground-zero sass file and now each component should have access to the variables, functions and mixins.
Styles should run though the same loaders as my ground-zero sass file (autoprefixer, group-css-media-queries, css-comb)