Skip to content

React Starter implemented using Webpack 5 for module bundling and configured with TailwindCSS, ESLint, Prettier and Husky

Notifications You must be signed in to change notification settings

KKVANONYMOUS/React-Webpack-TailwindCSS-Starter

Repository files navigation

React-Webpack-TailwindCSS-Starter

Overview

  • React based starter with Webpack✨and TailwindCSS🎨 configuration
  • Gives complete control over the app unlike CRA which abstracts away the project setup process😵
  • Configured with ESLint⚡, Prettier 🌈 and Husky ✅ for providing linting and formatting features along with pre-commit checks

Getting Started

First run the devlopment server by:

yarn start

Open http://localhost:8080 to view it in the browser.

The page will reload if you make edits (react-refresh-webpack-plugin)\

After running the development server you can start editing project files

Available Scripts

  • Checking lint errors:
yarn lint
  • Fixing linting errors/warnings:
yarn lint:fix
  • Formatting code:
yarn format