This is the code repository for the blog post published on LoginRadius Engineering Blog.
- Basic Understanding of Node and JavaScript.
- Node and NPM installed.
- Clone the repo.
- Go to directory
JavaScript/WebpackBabelJSLibrary
- Install dependencies using
npm i
- Run
npm run build
- A Bundled file
index will be generated in
dist/` directory. - Open
index.html
in your browser and see the result.