this is a simple crud application for creating deleting and updating courses and was created for understanding how state management is done via NGXS.
Angular, NGXS (state management), Bootstrap, Spring (REST), Typescript
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 java -jar course-1.0.0-SNAPSHOT.jar
to run Spring, please note you will need to have java 8 installed
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.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.