/Quaati-ChatServer

Chat Server for Quaati using Node.js, Express and Socket.io

Primary LanguageJavaScript

Follow the following steps to use this server boilerplate

Clone this repository

git clone https://github.com/Viveckh/Node-Prod-Server-Boilerplate-with-Babel-Setup.git

Install the dependencies

npm install

To start the server in dev-mode (Detects new changes and auto restarts server)

npm run devstart

To build, and start the server in prod mode

npm run start

To only build the server

npm run build