Simple chat client with GraphQL.
- node 11
Serve dist
folder by serve
.
http://localhost:5000
Format javascript files code style on src/*
by prettier.
Build javascript files for production to the dist
folder.
Runs development tool: webpack-dev-server
.