Web Socket Chat App
Running the app
To start the boilerplate(s):
- Ensure
NODE_ENVis NOT set toprodorproductionin your shell (otherwise dev dependencies won’t be installed) - Either use nvm to make sure you’re using the correct node version or reference the
.nvmrcfile to see which version the project expects and set this however else you might be setting it - If you are on a Windows machine, change the
linebreak-stylerule in the.eslintrc.jsfiles to be['error', 'windows']to ensure everything compiles - Run
yarnfrom the project root (installs concurrently) - Run either
yarn tsfrom the project root