A simple chat web
Check out backend repository at github.
- Serve with hot reload at localhost:8080
docker-compose up dev
- build for production with minification
npm run build
or
docker-compose run dev npm run build
- NGINX preview of 'npm run build' contents
docker-compose up preview
- docker and docker-compose or
- nodejs and npm
This project use Standard code style. For check the code:
npm run lint