Skip to content

Bookstore webapp development, using TypeScript, Angular, NodeJS, Express, Yarn, Bootstrap, guided by Pluralsight education.

Notifications You must be signed in to change notification settings

desinas/bookstore-front

Repository files navigation

Bookstore app (front-end)

This project was generated with Angular CLI version 1.6.3.

  • Bootstrapping Angular app: Angular application that follows standard Node.JS directory structure and the configuration file (package.json) with Angular dependences using Yarn package manager. So that to compile and run the application on Express web server in order to add graphical components and the front-end to talk to back-end.

  • Using Angular-CLI to generate components: Component using HTML for the visual aspect of the app and component using Typescript in order to add behaviour in the app. The graphical components generated list all books, details of one book and a form to create a new book. Also there are components binding for connecting the two components

  • Navigation through components (pages) RouterLink in Templates Router API in TypeScript. Simple navigation, Navigation with parameters, Navigation with actions.

  • Using Angular service for the Bookstore service and model for Invoking the Java EE Back-end.

Development server

Run ng serve for a dev server. Navigate to http:https://localhost:4200/. The app will automatically reload if you change any of the source files.

Code scaffolding

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.

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.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.

About

Bookstore webapp development, using TypeScript, Angular, NodeJS, Express, Yarn, Bootstrap, guided by Pluralsight education.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published