Skip to content

Latest commit

 

History

History
68 lines (45 loc) · 1006 Bytes

README.md

File metadata and controls

68 lines (45 loc) · 1006 Bytes

🦂 React Tik Tuk With Typescript

📜 Description

Previously completed project - React Tik Tuk using Typescript


🔗 Installation

Clone repo

https://github.com/androfficial/react-tik-tuk-ts.git

Install dependencies

npm i
yarn install

♻️ Available Scripts and Commands

Run app

yarn run start

Build app

yarn run build

Scripts:

  • eslint - static analysis of scripts
  • eslint:fix - fix scripts errors
  • stylelint - static analysis of styles
  • stylelint:fix - fix styles errors
  • format - check if files are formatted
  • format:fix - format files

🛠️ Stack:

  • ReactJS + Hooks / Custom Hooks
  • Typescript
  • React Router
  • Redux / Redux Thunk
  • Axios
  • ClassNames
  • SCSS / Mixins

♨️ API