From 17677295d0ffede801d6d88ac32c37b57e184a9a Mon Sep 17 00:00:00 2001 From: Shreyas Kumar Date: Wed, 28 Aug 2019 12:04:01 +0530 Subject: [PATCH] Added npm script for readme file --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 9d9614c..80bf30b 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,15 @@ Open [http://localhost:3000](http://localhost:3000) to view it in the browser. The page will reload if you make edits.
You will also see any lint errors in the console. +### `npm run dev-start` + +Runs the app in the development mode.
+Open [http://localhost:3000](http://localhost:3000) to view it in the browser. + +The page will watch and update for any changes made in .less files.
+The page will reload if you make edits.
+You will also see any lint errors in the console. + ### `npm test` Launches the test runner in the interactive watch mode.