Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 925 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 925 Bytes

NgxsCrudApp

this is a simple crud application for creating deleting and updating courses and was created for understanding how state management is done via NGXS.

Technologies Used

Angular, NGXS (state management), Bootstrap, Spring (REST), Typescript

Development server

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

Build

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.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.