https://github.com/web-dev-max/react-bikes
frontend application on bikes networks React/Zustand
https://github.com/web-dev-max/react-bikes
eslint react typescript zustand
Last synced: about 2 months ago
JSON representation
frontend application on bikes networks React/Zustand
- Host: GitHub
- URL: https://github.com/web-dev-max/react-bikes
- Owner: web-dev-max
- Created: 2025-01-30T07:44:24.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-30T07:44:47.000Z (over 1 year ago)
- Last Synced: 2025-01-30T09:25:48.639Z (over 1 year ago)
- Topics: eslint, react, typescript, zustand
- Language: TypeScript
- Homepage:
- Size: 101 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# App - Bikes
## React | Typescript | Zustand | Axios
Версия node >= 20.14.0
```sh
node -v
```
Установка зависимостей
```sh
npm i
```
Запуск проекта
```sh
npm run dev
```
Билд проекта
```sh
npm run build
```
Запуск Eslint --fix
```sh
npm run lint
```
Запуск Stylelint --fix
```sh
npm run lint:styles:fix
```