Skip to content

eabald/mern-websocket-chat

Repository files navigation

MERN-WEBSOCKET-CHAT

Build status Deploy on Heroku

Development

Perquisites

  • Docker installed.
  • Node and npm installed.

Start in development mode

Copy .env.example.dev to .env, or suplement your own .env based on .env.example.dev.

Run:

 ./start_db.sh

Install all dependencies:

cd backend && npm i

and

cd client && npm i

In separate terminals start development servers:

cd backend && npm start

and

cd client && npm start

Production

Make init.sh script executable:

chmod +x init.sh

And run it:

./init.sh

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published