This project is a test assignment completed for NastartWeb company, demonstrating front-end development skills using modern web technologies.
- Clean, responsive design
- Optimized build process
- Code quality checks
- Development server with hot-reload
- Gulp - Automated task runner
- Node.js (version 20.11.1 or higher)
- Clone the repository:
git clone https://github.com/katozaaaa/nastartweb.git
- Navigate to the project directory:
cd nastartweb
- Install dependencies:
npm install
Command | Description |
---|---|
npm run dev |
Start development server with live reload |
npm run build |
Create production-ready build |
npm run lint |
Run ESLint to check for code issues |
npm run lint:fix |
Run ESLint and automatically fix problems |
npm run pretty |
Check code formatting with Prettier |
npm run pretty:fix |
Format code with Prettier automatically |