Skip to content
This repository has been archived by the owner on May 1, 2023. It is now read-only.

thiagojacinto/bootcamp-frontend-angular

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to .Store Angular app 👋

Version License: MPL--2.0

Web App using Angular project from Bootcamp Web Module of UNIT post-grad course, building a simple web store.

https://dot-store-angular.netlify.app

Demo

Useful information

This project is a web client for the API build on Spring v2.3+ which is an open-source project as well, where code can be found at Github's thiagojacinto/bootcam-backend-spring.

  • The working Angular directory is /loja, where Angular project was built.
  • It's based on Angular @ 11
  • MaterializeCSS was also used to simplify components styling.

Install

cd loja
npm install
npm i angular@11 -g

Usage

To run it in development mode:

cd loja
ng serve

Otherwise, to build it by doing:

cd loja
ng build

And finally a optmized build is possible by using:

cd loja
npm run build:prod

Run tests

cd loja
ng test

Author

👤 Thiago Jacinto

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2021 Thiago Jacinto.

This project is MPL-2.0 licensed.


This README was generated with ❤️ by readme-md-generator