Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kraiviks/mtc-home-kitchens
Simple landing page (test task)
https://github.com/kraiviks/mtc-home-kitchens
hamburger-react react react-burger-menu react-icons swiper vite yet-another-react-lightbox
Last synced: about 1 month ago
JSON representation
Simple landing page (test task)
- Host: GitHub
- URL: https://github.com/kraiviks/mtc-home-kitchens
- Owner: kraiviks
- Created: 2024-02-22T14:59:12.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-23T15:36:19.000Z (11 months ago)
- Last Synced: 2024-02-24T16:35:53.518Z (11 months ago)
- Topics: hamburger-react, react, react-burger-menu, react-icons, swiper, vite, yet-another-react-lightbox
- Language: JavaScript
- Homepage: https://mtc-home-kitchens.vercel.app
- Size: 2.24 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Demo
- [Demo](https://mtc-home-kitchens.vercel.app/)## Run the project
```
npm install - install dependencies
npm run dev - run frontend project in dev mode
```---
## Scripts
- `npm run dev` - Run frontend project on vite
- `npm run build` - Build in prod mode
- `npm run lint:scss` - Lint check for scss style files
- `npm run lint:scss:fix` - Fix scss style files with linter
- `npm run prettier` - Format code with prettier---
##### Run linters
- `npm run lint:scss` - check scss files
- `npm run lint:scss:fix` - fix scss files---
# React + Vite
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh