Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 451 Bytes

Readme.md

File metadata and controls

32 lines (17 loc) · 451 Bytes

Angular without Angular-cli

CircleCI

minimal sample implementation

requirement

  • NodeJS 8.11~
  • NPM 5.6~
  • Angular 6.0

setup

npm install

build for dev(fast)

npm run build

build for prod(with AoT)

npm run build:prod

run

npm run server

License

MIT