Menu Close

chat-app

Web Socket Chat App

Running the app

To start the boilerplate(s):

  1. Ensure NODE_ENV is NOT set to prod or production in your shell (otherwise dev dependencies won’t be installed)
  2. Either use nvm to make sure you’re using the correct node version or reference the .nvmrc file to see which version the project expects and set this however else you might be setting it
  3. If you are on a Windows machine, change the linebreak-style rule in the .eslintrc.js files to be ['error', 'windows'] to ensure everything compiles
  4. Run yarn from the project root (installs concurrently)
  5. Run either yarn ts from the project root
View Source Code
Posted in Development