⭐
git clone https://github.com/MuhammadShamim/star-js.git star-js
cd star-js
npm installnpm run devbrowse localhost:786
npm run build
npm run build-minadd below line in index.html and check browser console as it is available outside webpack 👍
log('Hello Star by webpack print_to_console from index.html');uncomment below line in index.html and check browser console as it is not available outside webpack 👌
print_to_console('Hello Star by webpack print_to_console from index.html');- Node Installation
- Project initial setup
- Create another function one day