-
Babel support
-
JSX , TS , CSS Loader
-
Inline Image for <8kb
-
.env support
-
Asset loading
-
code splitting
-
caching
-
lazy loading
Substitute PROJECT-NAME
for your project name.
Clone the repository
git clone https://github.com/omkarborude/WebPack-5-Starter-Welcome/tree/dev PROJECT-NAME
cd PROJECT-NAME
Install npm dependencies
npm install
To Start the dev server
npm run start
To build for production
npm run build
To preview the production build
npm run preview