react-webpack-5-tailwind-2
React 17 Boilerplate with Webpack 6, Tailwind 2, using babel, SASS/PostCSS, HMR, dotenv and an optimized production build
File Explorer
Download Latest Version (.zip)- fileMock.js
- styleMock.js
- paths.js
- webpack.common.js
- webpack.dev.js
- webpack.prod.js
- webpack.stag.js
- index.html
- favicon.png
- altafino.svg
- App.js
- app.styles.scss
- App.test.js
- index.js
- index.scss
- .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 RecommendedPrerequisites
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
Was this content helpful?
(0 ratings)
