A Node chat application using ExpressJS for the backend, PostgreSQL for the database, Sockets.io for the server client communication and React for the front end.
- git clone https://github.com/craigstroman/node-chat.git.
- cd node-chat.
- Run npm run live:server to start the server.
- Run npm install.
- Once the server is started, then go to http://localhost:3000.
npm run live:server
- Starts the development environment for the server and client.npm run scss
- Builds the CSS for the server views and watches for changes.npm run prod:build
- Builds the production client.npm run prod:server
- Starts the server in production.