
I published my first React Boilerplate with React 17, Tailwind 2, using babel, sass, with a hot dev server and an optimized production build.Any feedback is welcome 🙂 Updated : added Prettieradded react-refresh-webpack-plugin for HMR2 PR’s accepted Github repo Installation git clone cd react-webpack-5-tailwind-2 yarn / npm i Usage Development server yarn start / npm start You can view the...