react-webpack-5-tailwind-2

(โ˜… 289)

React 17 Boilerplate with Webpack 6, Tailwind 2, using babel, SASS/PostCSS, HMR, dotenv and an optimized production build

  • .babelrc
  • .env.development
  • .env.production
  • .env.staging
  • .eslintrc.js
  • .gitignore
  • .prettierignore
  • .prettierrc
  • LICENSE
  • package.json
  • postcss.config.js
  • README.md
  • tailwind.config.js
  • yarn.lock

# Installation Guide

1. Get the code
git clone https://github.com/altafino/react-webpack-5-tailwind-2

Downloads the entire project code from GitHub to your computer.

cd react-webpack-5-tailwind-2

Moves into the project folder you just downloaded.

2. Node.js

Easy Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Node.js Node.js must be installed to use npm. The LTS version is recommended.
yarn / npm i

Type this command into your terminal and run it.

yarn start / npm start

Starts the development/run server.

yarn test / npm test

Type this command into your terminal and run it.

yarn build / npm run build

Builds optimized production files.

โœ… After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.

Pulled directly from this repo's README.

// repository documentation