Skip to content

rhinojosadev/PersonalProject

Repository files navigation

NPM Scripts

npm run start = Creates a new dev server on http://localhost:4200/ and also verifies lint.
npm run build = Creates the production files. It creates a new folder named dist.
npm run test = Executes all the test cases.

Known issues. (Research)

  1. This project was made on angular-cli 1.6.5 and modified certain folders and files. There is a bug that it doesn't shows the sourcemaps for sass files (it might be needed to use ng-eject and modify the webpack file to use a different plugin for sass).

    angular/angular-cli#9099

  2. There is no official support for pug on angular-cli but there is a workaround

angular/angular-cli#1886

Credits to: https://medium.com/@MarkPieszak/using-pug-or-jade-templates-with-the-angular-cli-9e37334db5bc