# mergely-webpack **Repository Path**: mirrors_wickedest/mergely-webpack ## Basic Information - **Project Name**: mergely-webpack - **Description**: Example Mergely project using webpack - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2025-06-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # mergely-webpack This project can be used to start a new project using Mergely using [webpack](https://webpack.js.org/). Clone this repository and then delete the `.git` folder. ## Installation ``` git clone --depth=1 git@github.com:wickedest/mergely-webpack.git cd mergely-webpack rm -rf .git npm install ``` ## Running Mergely ``` npm start ``` Then, open a browser to http://localhost:8080/editor. ## Creating a build ``` npm run build ``` ## More information For more information on Mergely and configuration options, see http://www.mergely.com.