From c18f90386bc02f8eec5d47e3f65760f35a4b6ba9 Mon Sep 17 00:00:00 2001 From: "Peter.Morton" Date: Wed, 27 Sep 2023 13:29:19 -0500 Subject: [PATCH] fixed linting of code blocks and added example URL for customerAccount route --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8484f6c..8367750 100644 --- a/README.md +++ b/README.md @@ -1,28 +1,30 @@ # client -The is a single page application built using Vite (https://vitejs.dev/) +The is a single page application built using Vite () + +Example URL for Account View ## Project setup -``` +```sh npm install ``` ### Compiles and hot-reloads for development -``` +```sh npm run dev ``` ### Compiles and minifies for production -``` +```sh npm run build ``` ### Lints and fixes files -``` +```sh npm run lint ```