Idnan-Haider / typescript-tailwind-webpack-starter

A modern Webpack 5, Tailwind CSS 3, and TypeScript Web Apps Starter Template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeScript Webpack Tailwind CSS Starter

Just like any regular day, I was working on something. This time during a Live Stream on Twitch and YouTube when I couldn't find a great typescript + webpack starter template that's minimal, up to date, and works! So I created this one.

And here is the accompanied YouTube Tutorial.

Usage

Clone the repository in your local machine. Run the following command to install the dependencies

npm install
# or
yarn

Then run the following command to start the dev server:

npm start
# OR
yarn start

Build

To generate the production build, run the following command:

npm run build
# OR
yarn build

License

MIT

About

A modern Webpack 5, Tailwind CSS 3, and TypeScript Web Apps Starter Template

License:MIT License


Languages

Language:JavaScript 69.0%Language:HTML 19.6%Language:TypeScript 6.0%Language:CSS 5.4%