1.0.15 • Published 2 years ago

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

Weekly downloads
-
License
-
Repository
-
Last release
2 years 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

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago