Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 549 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 549 Bytes

web-chat-test-

#to get it running on your machine you'll need to run these in your terminal:

  1. npm install

  2. npm i express

  3. npm i path

  4. npm install nodemon --save-dev

  5. npm i vite

  6. npm run build

  7. npm run devStart

  8. the server should be online on http://localhost:5000/

  9. if you do any changes on the server.js the server will restart automatically

  10. if you do any changes on the front end (src/App.jsx) you will need to close the server, run 'npm run build' and restart the server with 'npm run devStart'

thanks for your help.