denu5 / custom-setup-angular

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Custom Setup Angular

A basic angular(^4.1.3) setup with AOT, lazy loading and routing baked in.

Getting started

git clone https://github.com/jsdevtom/custom-setup-angular && npm install

Run

npm start

Run with AOT

npm run start:prod

Build with AOT

npm run build:prod

Motivations

This was made so that I would gain a deeper understanding of angular under the hood. Feel free to use it as a starter though.

About


Languages

Language:TypeScript 48.7%Language:JavaScript 42.6%Language:HTML 8.0%Language:CSS 0.8%