Repo is setup for testing, playground and quick setup. It includes babel 7 setup, which is the most important purpose of the repo.
If you are using npm
npm installor using yarn
yarnFor npm
npm startFor yarn
yarn startThe repo is named as node-server, if wanted to change the name of container, please update container_name in ./docker-compose.yml
...
container_name: node-server
...Mocha and chai would be used in the repo, and you need to add unit test and test suits by yourself.