This project was generated with Angular CLI version 9.0.2. Demo -
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
outputPath
has been changed withinangular.json
Run npm run start
to run the project as it would be on Jexia. The build
command is required to have been run first.
See troubleshooting if you are having browser issues.
Run ng test
to execute the unit tests via Karma.
These have not been fully implemented
Run ng e2e
to execute the end-to-end tests via Protractor.
These have not been fully implemented
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.
If this program doesn't run on your local machine, you can edit the dev
command within package.json
, which looks like:
"dev": "http-server ./dist -a localhost -p 8080"
If will change the port from 8080
to another port such as 5678
which is normally free for use, you will be able to then visit this in the browser.
Another issue you may come across, such as "This page isn't working", you may need to access http://localhost:8080/index.html
directly, instead of http://localhost:8080
.