Moun Web V2 is a front-side modern web application built to provide a seamless experience for users engaging with the Moun platform. Developed using the latest web technologies. version 1.0

- Dynamic Routing: Built with Next.js for optimized server-side rendering (SSR) and static site generation (SSG).
- TypeScript Integration: Ensures type safety and a robust development environment.
- Tailwind CSS: For responsive, utility-first styling, with easy customization.
- Custom Components: Reusable UI elements to streamline development and ensure consistency.
- API-Driven Data Handling: Integration with backend services moun.api.v2 for dynamic content.
- Framework: Next.js
- Language: TypeScript
- Styling: Tailwind CSS, with Google Fonts (Inter)
- Build/Deploy Tools: Vercel
-
Clone the repository:
git clone https://github.com/JinhyukKo/moun.web.v2.git cd moun.web.v2
-
Install dependencies:
npm install
-
Run the development server:
npm run dev
-
Open http://localhost:3000 in your browser to see the application.
The application is deployed using Vercel, leveraging its seamless integration with Next.js for efficient CI/CD workflows.
/app
: Next.js routing and server-side logic./components
: Reusable UI components./lib
: functions, custom elements for utility/public
: Static assets like images and fonts.