fmsdevelopment Code
Brought to you by:
musef
| File | Date | Author | Commit |
|---|---|---|---|
| .vscode | 2024-07-01 |
|
[1365c5] initial commit |
| src | 2024-11-08 |
|
[44adeb] v1.01.03 fix changes in contact form to add the... |
| .editorconfig | 2024-07-01 |
|
[1365c5] initial commit |
| .gitignore | 2024-11-08 |
|
[0a6bd0] v1.main changes in gitignore |
| README.md | 2024-07-06 |
|
[9a2126] v1.main initial commit new fmsdevelopment websi... |
| angular.json | 2024-07-06 |
|
[9a2126] v1.main initial commit new fmsdevelopment websi... |
| package-lock.json | 2024-07-06 |
|
[9a2126] v1.main initial commit new fmsdevelopment websi... |
| package.json | 2024-11-08 |
|
[44adeb] v1.01.03 fix changes in contact form to add the... |
| tailwind.config.js | 2024-07-06 |
|
[9a2126] v1.main initial commit new fmsdevelopment websi... |
| tsconfig.app.json | 2024-07-01 |
|
[1365c5] initial commit |
| tsconfig.json | 2024-07-06 |
|
[9a2126] v1.main initial commit new fmsdevelopment websi... |
| tsconfig.spec.json | 2024-07-01 |
|
[1365c5] initial commit |
This project is Florencio Muñoz's personal web site.
export const environment = {
host: '', // host (format "thisismyhost.com")
mailTo: '', // alternative contact email address
urlContact: '', // api endpoint used to process the email form and send message
urlLinkedin: '', // LINKEDIN personal url
}
ng serve -o inside the installation folder to run local server.export const environment = {
host: '', // host (format "thisismyhost.com")
mailTo: '', // alternative contact email address
urlContact: '', // api endpoint used to process the email form and send message
urlLinkedin: '', // LINKEDIN personal url
}
ng build in the installation folder.