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

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

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
```