Skip to content

androfficial/react-tik-tuk

Repository files navigation

👻 Tik Tuk Application

🔗 Installation

Clone repo

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

Install dependencies

npm i
yarn install

♻️ Available Scripts and Commands

Run app

yarn run start

Build app

yarn run build

Dev build app (No hash in file names)

yarn run dev

Watch the app (Every time the files in project are changed, the project will be rebuilt)

yarn run watch

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
  • React Router
  • Redux
  • Axios
  • PropTypes
  • ClassNames
  • SCSS / Mixins

♨️ API