Opinionated boilerplate for Javascript-React with Webpack and TailwindCSS
git clone https://github.com/nyinyithann/react-webpack-tailwind-template.gitcd react-webpack-tailwind-templateyarn installyarn start- visit http://0.0.0.0:8080
- other commands
yarn start:dashboard- To run and launch the app in the default browser and show webpack dashboard in terminalyarn build:prod- To build the app in production modeyarn build:dev- To build the app in development modeyarn eslint- To run eslintyarn stylelint- To run stylelint