Skip to content
This repository has been archived by the owner on Apr 1, 2019. It is now read-only.

AlexRudol/ng-seed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ng-seed

Angular Webpack seed project.

Features

  • Angular 5
  • Webpack 3
  • Ahead-of-Time, tree-shaking, compression (~85kb)
  • Easy configurable dev-server (protocol, headers etc)
  • tslint in dev and on build

Prerequirements

node, npm

Set up

    npm i

Run

To run dev server on http://localhost:1111:

    npm start

To build project to ./dist:

    npm run build