A modern web application built with Next.js, React, and TypeScript.
Voluwork is a Next.js application leveraging the latest web technologies including:
- Next.js 16 - React framework for production
- React 19 - UI library
- TypeScript - Type-safe JavaScript
- Tailwind CSS - Utility-first CSS framework
- ESLint - Code quality and style enforcement
- Node.js (v18 or higher recommended)
- npm or yarn package manager
- Navigate to the project directory:
cd voluwork- Install dependencies:
npm installRun the development server:
npm run devOpen http://localhost:3000 in your browser to see the application.
Build the application:
npm run buildStart the production server:
npm startCheck code quality:
npm run lintvoluwork/
├── app/ # Next.js app directory
│ ├── layout.tsx # Root layout component
│ ├── page.tsx # Home page
│ └── globals.css # Global styles
├── public/ # Static assets
├── package.json # Dependencies and scripts
├── next.config.ts # Next.js configuration
├── tsconfig.json # TypeScript configuration
└── eslint.config.mjs # ESLint configuration
| Script | Description |
|---|---|
npm run dev |
Start development server with hot reload |
npm run build |
Build application for production |
npm start |
Start production server |
npm run lint |
Run ESLint to check code quality |
- Frontend Framework: Next.js 16
- UI Library: React 19
- Language: TypeScript
- Styling: Tailwind CSS
- Linting: ESLint
- Module Bundler: Webpack (built-in with Next.js)
Feel free to submit issues and enhancement requests.
This project is private.