0.0.2 • Published 3 years ago

@hala.q/webpack-template v0.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

🚀 Welcome to my new awesome project!

This project has been created to show a simple welcome message only but the aim of it is to have a webpack code template that can be reused anytime later to generate an NPM package and a vanilla JS library from one source code. You can run the development env and use demo no. 1 (using React JS example) by:

npm install
npm run start

or run build for the production env and use demo no. 2 (using vanilla JS example):

npm install
npm run build