Skip to content
This repository has been archived by the owner on Dec 27, 2024. It is now read-only.

yrahul3910/react-starter

Repository files navigation

React Starter Kit

pre-commit.ci status

Tech stack

  • Python (3.10 encouraged)
  • React/TypeScript/Styled Components

Setup

  • Install Python dependencies:
pip3 install -r requirements.txt
  • Install pre-commit hooks:
pre-commit install
  • Install npm dependencies:
npm i
  • Run tests:
npm test
  • Start the dev server:
npm start

Style checks

We use ESLint and Ruff to check style for TypeScript and Python respectively. If eslint isn't available on the terminal, use npm i -g eslint to install it. Then, check for style issues:

npm run lint  # Or eslint . --fix
ruff check . --fix

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published