Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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