Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 195 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 195 Bytes

ChatView Client

1. Install dependencies

Install all dependencies specified in the package.json file:

npm i

2. Run server

Start the webpack dev server:

npm run dev