/react-webpack-tailwind-template

Opinionated boilerplate for Javascript-React with Webpack and TailwindCSS

Primary LanguageJavaScript

React Webpack TailwindCSS Template In Javascript

Opinionated boilerplate for Javascript-React with Webpack and TailwindCSS

DEMO

Installation

  • git clone https://github.com/nyinyithann/react-webpack-tailwind-template.git
  • cd react-webpack-tailwind-template
  • yarn install
  • yarn 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 terminal
    • yarn build:prod - To build the app in production mode
    • yarn build:dev - To build the app in development mode
    • yarn eslint - To run eslint
    • yarn stylelint - To run stylelint