Followed a tutorial to try Angular.
There's a problem, the production version (ng build) shows an unexpected token error, but runs perfectly in dev mode. Ain't nobody got time for that.
- Install Package Dependencies
$ cd cfe-tryng4
$ yarn install
#or with npm
$ npm install
- Serve Dev Mode
$ cd cfe-tryng4
$ ng serve
$ cd cfe-tryng4
$ yarn install
$ ng build
$ node server.js