Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shprink/angular2-nobullshit-boilerplate
Just what's necessary to build Angular2 apps with TS and Webpack nothing else!
https://github.com/shprink/angular2-nobullshit-boilerplate
Last synced: 19 days ago
JSON representation
Just what's necessary to build Angular2 apps with TS and Webpack nothing else!
- Host: GitHub
- URL: https://github.com/shprink/angular2-nobullshit-boilerplate
- Owner: shprink
- License: mit
- Created: 2015-11-04T15:43:52.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-05T08:00:24.000Z (over 8 years ago)
- Last Synced: 2024-10-19T10:45:02.631Z (about 1 month ago)
- Language: TypeScript
- Homepage: http://examples.julienrenaux.fr/angular2-nobullshit-boilerplate/
- Size: 52.7 KB
- Stars: 118
- Watchers: 8
- Forks: 12
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Contains
* Webpack config
* Sass scaffolding
* Routing capability
* Http request demonstration
* Bootstrap 4 Import
* RouterChild (GithubUser component)
* Components
* App (app scaffolding)
* Home (homepage)
* Navbar (menu)
* GithubUser (list/item demonstration)
* HttpModule (Http call)
* Google Map
* About (Info about this project)## Preriquisites
* NodeJS (recommended: 4.1.x)
* NPM (recommended: 3.3.x `sudo npm install -g npm`)## Install
`npm install`
## Commands
### Web Server
`npm run devserver`
then open `http://localhost:8080/`
### Dump the dev app
`npm run dumpdev`
### Dump the prod (minified) app
`npm run dumpprod`
## Credit
* https://github.com/AngularClass/angular2-webpack-starter