Skip to content

ocram444/web-chat-test-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published