All Projects → altafino → React Webpack 5 Tailwind 2

altafino / React Webpack 5 Tailwind 2

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

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to React Webpack 5 Tailwind 2

Electron React Webpack Boilerplate
Minimal Electron, React, PostCSS and Webpack boilerplate to help you get started with building your next app.
Stars: ✭ 312 (+101.29%)
Mutual labels:  webpack, boilerplate-template, boilerplate
Frontend Webpack Boilerplate
Simple starter webpack 5 project template supporting SASS/PostCSS, Babel ES7, browser syncing, code linting. Easy project setup having multiple features and developer friendly tools.
Stars: ✭ 242 (+56.13%)
Mutual labels:  webpack, boilerplate-template, boilerplate
Workflow Reactjs
My workflow with ReactJS + Webpack 3+
Stars: ✭ 150 (-3.23%)
Mutual labels:  webpack, boilerplate-template, boilerplate
Html Sass Babel Webpack Boilerplate
Webpack 4 + Babel + ES6 + SASS + HTML Modules + Livereload
Stars: ✭ 35 (-77.42%)
Mutual labels:  webpack, boilerplate-template, boilerplate
Universal Native Boilerplate
Build apps for every native platform with React and React Native
Stars: ✭ 131 (-15.48%)
Mutual labels:  webpack, boilerplate
Webpack Starter
✨ A lightweight foundation for your next webpack based frontend project.
Stars: ✭ 1,745 (+1025.81%)
Mutual labels:  webpack, boilerplate
React Pages Boilerplate
Deliver react + react-router application to gh-pages
Stars: ✭ 134 (-13.55%)
Mutual labels:  webpack, boilerplate
Eleventy Starter Boilerplate
🚀 Eleventy Starter is production-ready with SEO-friendly for quickly starting a blog. ⚡ Built with Eleventy, ESLint, Prettier, Webpack, PostCSS, Tailwind CSS and Netlify CMS (optional).
Stars: ✭ 139 (-10.32%)
Mutual labels:  webpack, boilerplate
React Redux Graphql Apollo Bootstrap Webpack Starter
react js + redux + graphQL + Apollo + react router + hot reload + devTools + bootstrap + webpack starter
Stars: ✭ 127 (-18.06%)
Mutual labels:  webpack, boilerplate
Wp Tailwind
A WordPress starter theme that utilizes Tailwind + PurgeCSS.
Stars: ✭ 135 (-12.9%)
Mutual labels:  webpack, tailwindcss
Project Webcube
Continuously updated JS infrastructure for modern web dev
Stars: ✭ 141 (-9.03%)
Mutual labels:  webpack, boilerplate
Koa React Isomorphic
Boilerplate for Koa & React
Stars: ✭ 128 (-17.42%)
Mutual labels:  webpack, boilerplate
React Boilerplate
React Boilerplate
Stars: ✭ 128 (-17.42%)
Mutual labels:  webpack, boilerplate
Create Elm App
🍃 Create Elm apps with zero configuration
Stars: ✭ 1,650 (+964.52%)
Mutual labels:  webpack, boilerplate
Sage
WordPress starter theme with a modern development workflow
Stars: ✭ 11,531 (+7339.35%)
Mutual labels:  webpack, tailwindcss
Redux React Starter
DEPRECATED use the new https://github.com/didierfranc/react-webpack-4
Stars: ✭ 137 (-11.61%)
Mutual labels:  webpack, boilerplate
Js Stack Boilerplate
Final boilerplate code of the JavaScript Stack from Scratch tutorial –
Stars: ✭ 145 (-6.45%)
Mutual labels:  webpack, boilerplate
Awesome Chrome Extension Boilerplate
Use react + typescript + webpack to enhance your chrome extension development experience
Stars: ✭ 146 (-5.81%)
Mutual labels:  webpack, boilerplate
React Redux Styled Hot Universal
react boilerplate used best practices and focus on performance
Stars: ✭ 147 (-5.16%)
Mutual labels:  webpack, boilerplate
Serverless Prisma
AWS Serverless Prisma Boilerplate
Stars: ✭ 126 (-18.71%)
Mutual labels:  webpack, boilerplate

react-webpack-5-tailwind-2

React 17 Boilerplate with React 17, Webpack 5, Tailwind 2, HMR, using babel, sass, with a hot dev server and an optimized production build

Demo

Maintained by Altafino - Full-Stack Go/JS Development

Last Changes (the newest first):

  • added SVGR as a webpack loader to import your SVG directly as a React Component.
  • added build-staging script. same as build but using .env.staging
  • added dotenv-webpack to handle process.env.VARS
  • added Prettier
  • added react-refresh-webpack-plugin for HMR

Installation

git clone https://github.com/altafino/react-webpack-5-tailwind-2.git
cd react-webpack-5-tailwind-2
yarn / npm i

To use it for your own project the easiest way is to use the green Template Button on top right of this repo on Github.

Usage

Development server

yarn start / npm start

You can view the development server at localhost:3000. (change port in ./config/webpack.dev.js)

Production build

 yarn build / npm run build

Features

Dependencies

webpack

Babel

Loaders

Eslint

Plugins

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].