1.0.0 • Published 3 months ago

@duythanhpham/comment-sdk-vite v1.0.0

Weekly downloads
-
License
-
Repository
-
Last release
3 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!