Skip to content

jaykanjia/react_tailwind_setup

Repository files navigation

Basic React Setup

This is a fast, lightweight, open source and highly customizable React setup template and enforcing industry level coding style like airbnb created using Webpack, TailwindCSS, Babel, SVGR, PostCSS, ESLint and Prettier.

Run Locally

Clone the project

  git clone <github_url> <project_name>

Go to the project directory

  cd <project_name>

Install dependencies

  npm install
  yarn

Start the server

  npm run dev
  yarn dev

Build

To build this project run

  npm run build
  yarn build

Features

  • Lightweight
  • faster
  • highly customizable
  • easy to customize
  • TailwindCSS
  • Webpack
  • Babel
  • open source
  • SVGR
  • PostCSS

License

MIT

Authors

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published