1.0.8 • Published 2 years ago

webpack-typescript-react-sample v1.0.8

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

Webpack 5 boilerplate

npm.io

Webpack 5 boilerplate with support of most common loaders and modules:

Quick start

To run this locally:

  1. run git clone https://github.com/glook/webpack-typescript-react.git sample-project
  2. Install all dependencies using yarn or npm install
  3. Start the development server using yarn start or npm run start
  4. Open up http://localhost:8080