Skip to content

brainTrain/chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat App Homework

frontend generated using Create React App

backend added to this app by hand and lives in the /server directory only built with running locally in mind

to get started run the following:

  • npm install
    • installs dependencies for client and server
  • npm start
    • starts client and server, opens client in browser automatically
  • npm run start-client
    • starts only the client for development
  • npm run start-server
    • uses nodemon to only start the server for development

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors