Application
The application that you will be building is a simple book store for a book publishing company. Let’s begin with a dashboard, and then add the books’ catalog, customers, and orders lists. Is it possible to achieve all of this with Bulma? Sure, you have everything that is needed for such functionality!
All you need is to generate the components.
ng g component components/[component-name]
Please remember that this is a common way to create any component. You will most likely use this same console command frequently in the future.