From 5c8ace8298820ef1eee7cb8fa8579eaea2f8f90a Mon Sep 17 00:00:00 2001 From: Mark Fayngersh Date: Sat, 14 Mar 2015 13:58:54 -0400 Subject: [PATCH] update README --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 570264a..ba70d5a 100644 --- a/README.md +++ b/README.md @@ -34,18 +34,12 @@ A minimal skeleton for building testable React apps using ES6. $ npm install ``` -You can now start the local dev server: +Start the local dev server: ```sh $ npm run server ``` -and start the watcher: - -```sh -$ npm run watch -``` - Navigate to **http://localhost:8080/** to view the app. ## Dependencies