@duythanhpham/react-typescript-tailwind-webpack-starter

1.0.15 • Public • Published

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!

Readme

Keywords

none

Package Sidebar

Install

npm i @duythanhpham/react-typescript-tailwind-webpack-starter

Weekly Downloads

1

Version

1.0.15

License

none

Unpacked Size

485 kB

Total Files

108

Last publish

Collaborators

  • duythanhpham