Skip to content

Webpack 5 boilerplate with support of most common loaders and modules (see tags and description)

License

Notifications You must be signed in to change notification settings

glook/webpack-typescript-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jan 10, 2022
7669906 · Jan 10, 2022

History

28 Commits
Jan 10, 2022
Jan 10, 2022
Feb 25, 2021
Oct 26, 2020
Dec 13, 2021
Oct 26, 2020
Aug 9, 2020
Aug 9, 2020
Aug 9, 2020
Jan 21, 2020
Oct 26, 2020
Oct 26, 2020
Jan 10, 2022
Feb 25, 2021
Feb 25, 2021

Repository files navigation

Webpack 5 boilerplate

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