webpack-react-lib-boilerplate

Publish npm package and use it in react app

Usage no npm install needed!

<script type="module">
  import webpackReactLibBoilerplate from 'https://cdn.skypack.dev/webpack-react-lib-boilerplate';
</script>

README

react-lib-basic-boilerplate

R&D for react-lib-basic-boilerplate



npm start

webpack will launch the application inside the browser


npm run build

The bundle will be placed into

./dist/main.js


Webpack Dev Server will automagically refresh the window upon every modification to a file!