Skip to content

sotobotero/customer-front

Repository files navigation

Angular CRUD By Sotobotero

Powered by @sotobotero Sotobotero.com

🌟 Contribuye y Mejora este Proyecto ¡Este proyecto está en constante evolución y cualquier mejora es bienvenida! 🎉 Si encuentras algo que se pueda optimizar, tienes una idea o quieres corregir errores, no dudes en participar.

📌¿Quieres enviar cambios y no sabes cómo?📌

Consulta el paso a paso Cómo contribuir con un proyecto en github para español or How to Contribute with github project for English.

License

This project is open source under the Licencia MIT.

Getting Started

Requirements

  1. Install Node.js LTS (v18.16.0) or later and Angular CLI (v13) or later.
  2. Optional: Clone and start the backend of the [customer-back](https://github.com / sotobotero / customer-back) application, if you don't have the backend, the application will only load the front but will have no connection to a backend.

Installation

  1. Clone the repository
  2. Enter the project folder
  3. Install npm packages with the command npm install.
  4. Run the command ng serve --configuration=production for a development server. Navigate to http://localhost:4200/customers. The application will reload automatically if any of the source files are changed.

Angular 2+ - Environment Variables

Due to this app are execute on web browser, you can't use environment variables on environments/environment.ts, becuase this file are execute on server side, and enviroment variables are not available on server side.

If you want to use environment variables on environments/environment.prod.ts, you need to change the aporach for use dotenv lib and dotenv-webpack plugin for webpack.

About

A basic client app with Angular materials for CRUD spring boot app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published