Chat is a very simplistic alternative to Slack chat - a real-time React/Redux application using AJAX, REST, websockets, React Hooks + Redux Toolkit + Formik
Deployment commands (deployed on render)
Commands for onrender
╔══════════════════════════════════════════╗
║ build │ npm ci && npm run build ║
║──────────────────────────────────────────║
║ start │ npm run start ║
╚══════════════════════════════════════════╝
Commands for railway
╔══════════════════════════════════════════╗
║ install │ npm ci ║
║──────────────────────────────────────────║
║ build │ npm run build ║
║──────────────────────────────────────────║
║ start │ npm run start ║
╚══════════════════════════════════════════╝