From b5b32aba1d83ecde7f5df7b221e50aea1e4a0566 Mon Sep 17 00:00:00 2001 From: Tim Stallard Date: Tue, 14 Mar 2017 09:46:37 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 961ff46..79cabeb 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ You can then download the project using Git, and install the dependencies: 1. `git clone https://github.com/TimStallard/CryptoAssist.git` 2. `npm install` -If you'd like to run webpack's development server, run `npm run build-server`. This will start a web server listening on port 8080 with live reload and automatic recompilation when files are edited. +If you'd like to run webpack's development server, run `npm run dev-server`. This will start a web server listening on port 8080 with live reload and automatic recompilation when files are edited. Babel isn't used for the development version, so you'll need to use a browser with full ES6 support. To generate a minified ES5 version of the project for distribution, run `npm run build`. This will use Babel and Uglify to convert the project to ES5 and minify it. The output will be placed in the `build` directory.