Angular CRUD By Sotobotero
🌟 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.
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.
This project is open source under the Licencia MIT.
- Install Node.js LTS (v18.16.0) or later and Angular CLI (v13) or later.
- 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.
- Clone the repository
- Enter the project folder
- Install npm packages with the command npm install.
- 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.
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.