sasha7 / angular2-nobullshit-boilerplate

Just what's necessary to build Angular2 apps with TS and Webpack nothing else!

Home Page:http://examples.julienrenaux.fr/angular2-nobullshit-boilerplate/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contains

  • Webpack config
  • Sass scaffolding
  • Routing capability
  • Http request demonstration
  • Bootstrap 4 Import
  • Components
    • App (app scaffolding)
    • Home (homepage)
    • Navbar (menu)
    • HttpModule (Http call)
    • 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

About

Just what's necessary to build Angular2 apps with TS and Webpack nothing else!

http://examples.julienrenaux.fr/angular2-nobullshit-boilerplate/

License:MIT License


Languages

Language:TypeScript 41.0%Language:HTML 38.0%Language:JavaScript 16.9%Language:CSS 4.2%