Skip to content

Simple Library Manager Application to practice Angular v13 and Typescript

Notifications You must be signed in to change notification settings

da0hn/book-store

Repository files navigation

Book Store Application

Application developed to practice Angular. Based on Youtube tutorial of channel Dicas de um Dev

Run Application

To run application using dockeruse:

docker-compose up --build

To run application using npm use:

npm start

Deploy

To build application to deploy on Github Pages use:

ng deploy /book-store/

And commit/push generated content on /docs to Github