WIP
This project is currently being developed.
This is the webpack UI project, which tries to help developers having a better experience using webpack with a rich set of features to assist you with development.
1. Clone or Download the repository.
git clone https://github.com/catsnakeui/webpack-ui.git
2. Open the repository on your local machine, open your terminal and navigate to the repo, and run the following commands to download all required libraries and generate build:
npm install
npm run webpackui
3. Once the build has completed, open a new tab in your terminal and run the following command to launch the application:
npm run server
- Navigate to http://localhost:3000 in your browser and begin using webpack UI!