fixed linting of code blocks and added example URL for customerAccount route

This commit is contained in:
Peter Morton 2023-09-27 13:29:19 -05:00
parent a2f8c3221d
commit c18f90386b

View File

@ -1,28 +1,30 @@
# client # client
The is a single page application built using Vite (https://vitejs.dev/) The is a single page application built using Vite (<https://vitejs.dev/>)
Example URL for Account View <http://localhost:5173/customerAccount/1234/?ani=+13125138223&dnis=unknown&queue=GeneralInquires&direction=INBOUND&channel=AmazonConnect&type=Voice&_sessionIdentifier=bc93f1fc>
## Project setup ## Project setup
``` ```sh
npm install npm install
``` ```
### Compiles and hot-reloads for development ### Compiles and hot-reloads for development
``` ```sh
npm run dev npm run dev
``` ```
### Compiles and minifies for production ### Compiles and minifies for production
``` ```sh
npm run build npm run build
``` ```
### Lints and fixes files ### Lints and fixes files
``` ```sh
npm run lint npm run lint
``` ```