1.0.15 • Published 9 months ago

@duythanhpham/react-typescript-tailwind-webpack-starter v1.0.15

Weekly downloads
-
License
-
Repository
-
Last release
9 months ago

React, Typescript, Tailwind and Webpack Starter

create-react-app not for you? This as a quick starter boilerplate for building a React app with webpack.

This starter template is setup for using regular Javascript (.js, .jsx) and/or Typescript (.ts, .tsx), CSS/SCSS (.css, .scss)and Tailwindcss. Its up to you how to want to build it.

Webpack has been configured for es6/javascript/typescript, scss, and react hot loader support.

I hope it works for you, feel free to star ⭐️ the repo. Give Me a follow on Github

To get started, clone the project and install the dependencies:

# Using npm
npm install

After that, start up Webpack Development Server:

npm run dev

To build a production bundle run:

npm run build

After that you will have a ready to deploy bundle at /dist

Contributing

Have a lot of experience with Webpack? Have a code suggestions? We'd love a PR!

1.0.15

9 months ago

1.0.14

9 months ago

1.0.13

9 months ago

1.0.12

9 months ago

1.0.11

12 months ago

1.0.10

12 months ago

1.0.9

12 months ago

1.0.8

12 months ago

1.0.7

12 months ago

1.0.6

12 months ago

1.0.5

12 months ago

1.0.4

12 months ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago