SL-edi / covid-visualisation

0 stars 0 forks source link

Generate project using angular CLI #4

Closed duncstin closed 4 years ago

duncstin commented 4 years ago

Angular CLI was installed globally with npm install -g @angular/cli

ng new covid-visualisation --directory ./ was used to avoid nesting the project down a level.

Angular routing was not included (as this is the default), however we'll be able to add it in later if we want it. Scss was selected instead of the default css.

Currently no changes have been made to the generated files.

Resolves #1