Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 562 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 562 Bytes

mergely-webpack

This project can be used to start a new project using Mergely using webpack. Clone this repository and then delete the .git folder.

Installation

git clone --depth=1 [email protected]: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.