A lightweight frontend development starter with webpack and Tailwind CSS integration. Provides a pre-configured environment for building modern web applications with hot reloading, CSS processing, and utility-first styling.
git clone https://github.com/paagr/webpack-tailwind-starter.git
cd webpack-tailwind-starter
npm install
npm start
This will start the development server and open your browser at http://localhost:8080
.
npm run build
Production files will be generated in the dist
directory.
webpack-tailwind-starter/
āāā src/
ā āāā index.html # HTML template
ā āāā index.js # JavaScript entry point
ā āāā styles.css # Main stylesheet with Tailwind imports
āāā .gitignore
āāā package.json
āāā package-lock.json
āāā postcss.config.mjs # PostCSS configuration
āāā webpack.config.js # Webpack configuration
āāā README.md
MIT
git checkout -b feature/amazing-feature
)git commit -m 'Add some amazing feature'
)git push origin feature/amazing-feature
)