From 032e42048a03dc52ec0afb12d86960385196693c Mon Sep 17 00:00:00 2001 From: Icebob Date: Thu, 28 Apr 2016 16:55:11 +0200 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c620418f..bd92aeb5 100644 --- a/README.md +++ b/README.md @@ -12,16 +12,24 @@ TODO ## Installation ### NPM +TODO ### Manual +TODO ## Usage TODO ## Development -TODO +This command will start a `webpack-dev-server` with content of `dev` folder. +```bash +npm run dev +``` ## Build -TODO +This command will build a distributable version in the `dist` directory. +```bash +npm run build +``` ## Test TODO