Unverified Commit 95f2cead authored by Ron's avatar Ron Committed by GitHub

Update README.md

parent 65a1fc0d
...@@ -11,11 +11,13 @@ npm start ...@@ -11,11 +11,13 @@ npm start
open http://localhost:8080 (should start automatically ) open http://localhost:8080 (should start automatically )
``` ```
## Available Commands ### Available Commands
``` ```
- `npm start` - start the dev server
- `npm run dev` - create a developer build in `dist` folder npm start - start the dev server
- `npm run build` - create a production ready build in `dist` folder npm run dev - create a developer build in `dist` folder
- `npm test` - run all tests npm run build - create a production ready build in `dist` folder
npm test - run all tests
``` ```
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment