brainTrain / chat-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 80.4%Language:HTML 11.7%Language:CSS 7.9%