A lightweight react chat widget.
Make sure you have node
and npm
installed.
Windows, Mac, Linux
Under the project root directory
- Firstly run
yarn install
- Then run
yarn start
The project will start on port 8080.
Under the project root directory
- Firstly run
make build
(sudo permission required) - Then run
make serve
(sudo permission required)
The project will start on port 8080.
Runs eslint on all the js files
Runs eslint on fix linting issues within the js files
Runs jest and enzyme tests.
Runs the app in the development mode.
Open http://localhost:8080 to view it in the browser.
Builds the app for production to the dist
folder.
Builds the docker image
Runs the docker image