- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
- Use webpack to bundle JavaScript.
Set up project with webpack to bundle JavaScript.
- Initialize a new project 'npm init -y'
- Install webpack
- Create webpack.config.js file
- setting up HtmlWebpackPlugin
- style-loader and css-loader
- webpack-dev-server
- [Use webpack to bundle JavaScript]
Install this project with:
- npm init -y
- npm install --save-dev webpack webpack-cli
- npm install --save-dev html-webpack-plugin
- npm install --save-dev style-loader css-loader
- npm install --save-dev webpack-dev-server
- npm run build
To run tests, run the following command:
- npm start
You can deploy this project using:
- npm install --save-dev gh-pages
- npm run deploy
👤 Nelofar Zabi
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project give ⭐️
I would like to thank MICROVERSE
This project is MIT licensed.