This project aims to develop the official website for NG Effective Solutions, showcasing its services, projects, and providing information about the company.
This project is built using TypeScript, React, Express, Node.js, Vite, Bootstrap, and Tailwind CSS.
- Clone the repository:
git clone
https://github.com/djgd27/ng-effective-solutions.git - Navigate to the project directory: cd NGES
- Install dependencies: npm install
- Start the development server: npm run dev
To build the project for production:
- Follow steps 1-3 from the "How to Run Locally" section.
- Build the project: npm run build
- The built project will be located in the
distdirectory.
- React Router DOM: Enables client-side routing.
- Bootstrap: Used for responsive design and UI components.
- Tailwind CSS: Provides utility-first CSS styling.
- Vite: Fast development server and bundler for modern JavaScript.
- TypeScript: Enhances codebase with type safety.
- Information about NG Effective Solutions services and projects.
- Contact forms and interactive elements for user engagement.
- Responsive design for seamless experience across devices.
Contributions are welcome! For suggestions, improvements, or issues, please open an issue or pull request on GitHub.
This project is licensed under the MIT License - see the LICENSE file for details.