Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.71 KB

README.md

File metadata and controls

25 lines (19 loc) · 1.71 KB

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