Skip to content

nivethan-me/obese-cat

Repository files navigation

OBESE CAT

An opinionated React template with TypeScript, Redux Toolkit, TailwindCSS & more

React TypeScript React Router ESLint TailwindCSS
screenshot

Why

Setting up a React app and running is a time consuming task & making decision with React is even harder, what folder structure to go for ? which library to use for routing? which one for writing css? these are hard questions i faced when working with React. over the time i gained bit of knowledge from my work so I created this template which takes all the hard decisions for you on your behalf. Feel free to tweak these template according to your needs.

Inspirations

folder structure : Colocation blog post by Kent C. Dodds

Features

Getting Started

Generate a new project from this template, clone it, install project dependencies, and start hacking

$ git clone https://github.com/Nivethan-Ar/obese-cat.git ./your-project-name
$ cd ./your-project-name
$ npm i
$ npm run dev

Scripts

  • npm run dev — Launches the app in development mode on http://localhost:3000
  • npm run build — Compiles and bundles the app for deployment
  • npm run lint — Validate the code using ESLint
  • npm run lint:fix — Validate the code using ESLint and autofix code
  • npm run test — Run unit tests with Jest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published