Skip to content

Repository files navigation

Invitationlg

Overview

Invitationlg is an Angular application designed to manage invitations. This project utilizes lazy loading for efficient module loading and provides a user-friendly interface for managing guests and events.

Project Structure

Invitationlg
├── src
│   └── app
│       ├── app-routing.module.ts
│       └── ... 
├── Dockerfile
├── .dockerignore
├── package.json
├── angular.json
├── tsconfig.json
└── README.md

Getting Started

Prerequisites

  • Node.js (version 12 or later)
  • Angular CLI (version 12 or later)
  • Docker (for containerization)

Installation

  1. Clone the repository:

    git clone <repository-url>
    cd Invitationlg
    
  2. Install dependencies:

    npm install
    

Running the Application

To run the application locally, use the following command:

ng serve

Navigate to http://localhost:4200 in your browser.

Building the Application

To build the application for production, run:

ng build --prod

Dockerization

To build and run the application using Docker, follow these steps:

  1. Build the Docker image:

    docker build -t invitationlg .
    
  2. Run the Docker container:

    docker run -p 80:80 invitationlg
    

Navigate to http://localhost in your browser to access the application.

Contributing

Contributions are welcome! Please open an issue or submit a pull request for any enhancements or bug fixes.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages